summaryrefslogtreecommitdiff
path: root/security/sudosh3/files/patch-src-getopt.c
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
committercvs2svn <cvs2svn@FreeBSD.org>2009-04-28 21:27:54 +0000
commitb6bb8c3d3a17625aa826094130b3d84530b6dae4 (patch)
treef2de4a4d4b2f5c3fcbd1ee2ea6cce6d571bfb5f7 /security/sudosh3/files/patch-src-getopt.c
parent- Fix PLIST (diff)
This commit was manufactured by cvs2svn to create tag 'RELEASE_7_2_0'.release/7.2.0
Diffstat (limited to 'security/sudosh3/files/patch-src-getopt.c')
-rw-r--r--security/sudosh3/files/patch-src-getopt.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/sudosh3/files/patch-src-getopt.c b/security/sudosh3/files/patch-src-getopt.c
deleted file mode 100644
index ba8dff15118d..000000000000
--- a/security/sudosh3/files/patch-src-getopt.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/getopt.c.orig 2007-12-21 13:03:26.000000000 -0800
-+++ src/getopt.c 2008-09-26 13:45:11.958473185 -0700
-@@ -195,6 +195,8 @@
- /* gcc with -traditional declares the built-in strlen to return int,
- and has done so at least since version 2.4.5. -- rms. */
- extern int strlen(const char *);
-+#else
-+#include <string.h>
- #endif /* not __STDC__ */
- #endif /* __GNUC__ */
-