diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2003-01-02 05:23:45 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2003-01-02 05:23:45 +0000 |
commit | 221b756b88810bd343882fc1a42cbd0a5d726f20 (patch) | |
tree | 187f1fff9f16fe033d38b6f5ecaa45107c7390a1 /security/sfs/files/patch-sfsdeclog.C | |
parent | Update to 0.9.8 (diff) |
Update to 0.7.2.
PR: 46148
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=72162
Diffstat (limited to 'security/sfs/files/patch-sfsdeclog.C')
-rw-r--r-- | security/sfs/files/patch-sfsdeclog.C | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/security/sfs/files/patch-sfsdeclog.C b/security/sfs/files/patch-sfsdeclog.C new file mode 100644 index 000000000000..69688696e2e4 --- /dev/null +++ b/security/sfs/files/patch-sfsdeclog.C @@ -0,0 +1,11 @@ +--- sfsauthd/sfsdeclog.C.orig Wed Jan 1 17:52:31 2003 ++++ sfsauthd/sfsdeclog.C Wed Jan 1 17:52:51 2003 +@@ -43,7 +43,7 @@ + } + + void +-writewait (int fd) ++writewait (unsigned int fd) + { + fd_set fds; + assert (fd < FD_SETSIZE); |