blob: f93516e0a2cd913966ebfc3c0c619adeac9851d4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- bsd/getopt.c.orig Mon May 3 11:56:29 1993
+++ bsd/getopt.c Mon Dec 27 21:05:38 1999
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*/
-#if !defined(hpux) && !defined(sun)
+#if !defined(hpux) && !defined(sun) && !defined(__FreeBSD__)
/* guarantee that we have a `working' getopt() function */
#if defined(LIBC_SCCS) && !defined(lint)
|