1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/net/fspclient/files/patch-af
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
334 B
Plaintext

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