diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-18 23:44:49 +0000 |
commit | 11ea174ccbc9cebd4134768e8fb92c6a3dc2c559 (patch) | |
tree | 1514ed7a486e108239615c1d83319d83bacdbc3d /shells/bash1/files/patch-test.c | |
parent | Update dependency to bash2 in preparation for removing bash1. (diff) |
As previously announced, remove ports that have reached their expiry date,
and the handful of ports that depended on them.
Notes
Notes:
svn path=/head/; revision=129234
Diffstat (limited to 'shells/bash1/files/patch-test.c')
-rw-r--r-- | shells/bash1/files/patch-test.c | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/shells/bash1/files/patch-test.c b/shells/bash1/files/patch-test.c deleted file mode 100644 index 66a14d3e62a5..000000000000 --- a/shells/bash1/files/patch-test.c +++ /dev/null @@ -1,18 +0,0 @@ ---- test.c.orig Fri Dec 23 06:45:12 1994 -+++ test.c Sat May 4 21:08:08 2002 -@@ -194,6 +194,7 @@ - return (stat (path, finfo)); - } - -+#if defined(__FreeBSD__) && __FreeBSD_version < 500023 /* use native FreeBSD libc version */ - /* Do the same thing access(2) does, but use the effective uid and gid, - and don't make the mistake of telling root that any file is - executable. */ -@@ -237,6 +238,7 @@ - - return (-1); - } -+#endif - - #if defined (HAVE_GETGROUPS) - /* The number of groups that this user is a member of. */ |