diff options
-rw-r--r-- | lib/libc/sys/setfib.2 | 3 | ||||
-rw-r--r-- | sys/sys/socket.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/sys/setfib.2 b/lib/libc/sys/setfib.2 index 050eca1..a9e23fd 100644 --- a/lib/libc/sys/setfib.2 +++ b/lib/libc/sys/setfib.2 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd May 9, 2008 +.Dd August 8, 2008 .Dt SETFIB 2 .Os .Sh NAME @@ -33,6 +33,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS +.In sys/socket.h .Ft int .Fn setfib "int fib" .Sh DESCRIPTION diff --git a/sys/sys/socket.h b/sys/sys/socket.h index 1d7998c..0de965f 100644 --- a/sys/sys/socket.h +++ b/sys/sys/socket.h @@ -640,6 +640,7 @@ ssize_t sendto(int, const void *, ssize_t sendmsg(int, const struct msghdr *, int); #if __BSD_VISIBLE int sendfile(int, int, off_t, size_t, struct sf_hdtr *, off_t *, int); +int setfib(int); #endif int setsockopt(int, int, int, const void *, socklen_t); int shutdown(int, int); |