1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/net/fspclient/files/patch-ag
Steve Price b10cce44e8 * Fixup MASTER_SITES
* Split patches one file per patch
* Whitespace nits

PR:		15720
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
1999-12-27 21:35:55 +00:00

12 lines
322 B
Plaintext

--- 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);