diff options
author | Steve Price <steve@FreeBSD.org> | 1999-12-27 21:35:55 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-12-27 21:35:55 +0000 |
commit | b10cce44e863e1d9498df160f773180e770d6dd3 (patch) | |
tree | 56d79250f6384e13788bd6f6a6f3284cb207adf8 /net/fspclient/files/patch-af | |
parent | Updated to version 1.11.1+0.99.1.1 (diff) |
* Fixup MASTER_SITES
* Split patches one file per patch
* Whitespace nits
PR: 15720
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'net/fspclient/files/patch-af')
-rw-r--r-- | net/fspclient/files/patch-af | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/fspclient/files/patch-af b/net/fspclient/files/patch-af new file mode 100644 index 000000000000..f93516e0a2cd --- /dev/null +++ b/net/fspclient/files/patch-af @@ -0,0 +1,11 @@ +--- 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) |