diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2014-11-14 08:36:07 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2014-11-14 08:36:07 +0000 |
commit | 0f9de2df15cfd85420294d139833f3710b833bab (patch) | |
tree | 41f3b1fdfbe784188a3d6b0830cdc825a4f4913d /misc/estic/files/patch-coll.cc | |
parent | security/pinentry: (diff) |
- fix build on FreeBSD-10
Notes
Notes:
svn path=/head/; revision=372553
Diffstat (limited to 'misc/estic/files/patch-coll.cc')
-rw-r--r-- | misc/estic/files/patch-coll.cc | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/misc/estic/files/patch-coll.cc b/misc/estic/files/patch-coll.cc new file mode 100644 index 000000000000..a9c8a56a7b98 --- /dev/null +++ b/misc/estic/files/patch-coll.cc @@ -0,0 +1,11 @@ +--- spunk/coll.cc.orig 1996-11-30 00:40:58.000000000 +0100 ++++ spunk/coll.cc 2014-11-14 08:11:36.000000000 +0100 +@@ -21,7 +21,7 @@ + + #include <stdlib.h> + #include <string.h> +-#include <iostream.h> ++#include <iostream> + + #include "machine.h" + #include "check.h" |