mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
b10cce44e8
* Split patches one file per patch * Whitespace nits PR: 15720 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
322 B
Plaintext
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);
|