diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-02 10:07:49 +0000 |
commit | 38a0a8023026a77ded1e6de618b567c7b58e79a4 (patch) | |
tree | abf5fbbdc4b27a245ff76b9850f4eb6e73e4ba19 /sysutils/contool/files/patch-03 | |
parent | - Fix build with GCRYPT option by taking out -Werror (diff) |
Remove non staged ports without pending PR from s*
Notes
Notes:
svn path=/head/; revision=366980
Diffstat (limited to 'sysutils/contool/files/patch-03')
-rw-r--r-- | sysutils/contool/files/patch-03 | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/sysutils/contool/files/patch-03 b/sysutils/contool/files/patch-03 deleted file mode 100644 index 17bfd8e025d1..000000000000 --- a/sysutils/contool/files/patch-03 +++ /dev/null @@ -1,20 +0,0 @@ ---- manifest.h.orig Thu Feb 24 09:55:52 1994 -+++ manifest.h Sun Jan 5 13:52:40 1997 -@@ -23,6 +23,9 @@ - /* */ - /************************************************************************/ - -+/* for BSD definition */ -+#include <sys/param.h> -+ - #define TRUE 1 - #define FALSE 0 - -@@ -38,5 +41,7 @@ - #define cond_free(x) {if (x) free(x);} - - PUBLIC int errno; -+#if !(defined(BSD) && (BSD >= 199103)) - PUBLIC char *sys_errlist[]; -+#endif - |