diff options
author | Rene Ladan <rene@FreeBSD.org> | 2013-08-23 09:52:03 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2013-08-23 09:52:03 +0000 |
commit | 2738c7104a48594687e2961acdddf8ff2b2b0a97 (patch) | |
tree | 3815fb6028bd8305001c0bbd6399d9816f1430bc /security/sfs/files/patch-sfsmisc_afsnode.h | |
parent | - Attempt to unbreak parallel (-jX) builds by fixing targets dependencies (diff) |
Remove expired port:
2013-08-23 security/sfs: Broken on FreeBSD 8 and newer
Notes
Notes:
svn path=/head/; revision=325258
Diffstat (limited to 'security/sfs/files/patch-sfsmisc_afsnode.h')
-rw-r--r-- | security/sfs/files/patch-sfsmisc_afsnode.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/security/sfs/files/patch-sfsmisc_afsnode.h b/security/sfs/files/patch-sfsmisc_afsnode.h deleted file mode 100644 index c3f81857d1f9..000000000000 --- a/security/sfs/files/patch-sfsmisc_afsnode.h +++ /dev/null @@ -1,11 +0,0 @@ ---- sfsmisc/afsnode.h.orig Mon Oct 11 16:43:34 2004 -+++ sfsmisc/afsnode.h Mon Oct 11 16:39:35 2004 -@@ -168,7 +168,7 @@ - void mkfattr3 (fattr3 *, sfs_aid aid); - void setres (nfsstat err); - void setres (nfspath path); -- str readlink () const { return res.status ? str (NULL) : *res.data; } -+ str readlink () const { return res.status ? str (NULL) : str (*res.data); } - bool resset () { return resok; } - - void nfs_readlink (svccb *sbp); |