diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-12-09 01:54:18 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-12-09 01:54:18 +0000 |
commit | 6782ba5dbfaa505af7820b9c7345d5d4cd0188e3 (patch) | |
tree | dc862447d711611770f8259d87df3497b54bd712 /net/radius/files/patch-funcs.c | |
parent | This port has been FORBIDDEN for 10 months for security reasons, and (diff) |
These ports have been forbidden for 10 months for security reasons.
Removal was announced on Oct 12.
Notes
Notes:
svn path=/head/; revision=71457
Diffstat (limited to 'net/radius/files/patch-funcs.c')
-rw-r--r-- | net/radius/files/patch-funcs.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/net/radius/files/patch-funcs.c b/net/radius/files/patch-funcs.c deleted file mode 100644 index 1e230c83bef7..000000000000 --- a/net/radius/files/patch-funcs.c +++ /dev/null @@ -1,14 +0,0 @@ ---- src/funcs.c.orig Sun Aug 26 03:03:53 2001 -+++ src/funcs.c Sun Aug 26 03:14:07 2001 -@@ -8333,9 +8333,9 @@ - return 1; - } - --/*The following two lines do not compile on Solaris or Linux or BSDI. */ --#if !(defined(sys5) || defined(linux) || defined (BSDI)) - close (fileno(fp)); -+/*The following two lines do not compile on Solaris or Linux or BSDI. */ -+#if !(defined(sys5) || defined(linux) || defined (BSDI) || defined (__FreeBSD__)) - fileno(fp) = STDERR_FILENO; - #endif /* sys5 */ - |