1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/net/fspclient/files/patch-ag

12 lines
322 B
Plaintext
Raw Normal View History

--- bsd/ls.c.orig Fri Dec 10 10:32:12 1993
+++ bsd/ls.c Mon Dec 27 21:04:47 1999
@@ -96,7 +96,7 @@
#ifndef ANSI_PROTOTYPES
extern int getopt();
#else /* ANSI_PROTOTYPES */
-#ifdef linux
+#if defined(linux) || defined(__FreeBSD__)
extern int getopt();
#else
extern int getopt(int argc, char **argv, char *opts);