aboutsummaryrefslogtreecommitdiff
path: root/net/fspclient/files/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'net/fspclient/files/patch-ag')
-rw-r--r--net/fspclient/files/patch-ag11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/fspclient/files/patch-ag b/net/fspclient/files/patch-ag
deleted file mode 100644
index 2be5abd1fe15..000000000000
--- a/net/fspclient/files/patch-ag
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);