1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/security/sfs/files/patch-sfsdeclog.C

12 lines
230 B
C++
Raw Normal View History

--- 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);