summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorfenner <fenner@FreeBSD.org>2002-12-14 18:14:34 +0000
committerfenner <fenner@FreeBSD.org>2002-12-14 18:14:34 +0000
commit0347b391165bf804160d9154893976db5620243a (patch)
treec2067746aa156f85ba10c561b5c26e885f37b259
parent22e2ad51a2ef67852b2b653af5fbb3c98f6e66df (diff)
downloadFreeBSD-src-0347b391165bf804160d9154893976db5620243a.zip
FreeBSD-src-0347b391165bf804160d9154893976db5620243a.tar.gz
Add prototype for sockatmark().
-rw-r--r--sys/sys/socket.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/sys/socket.h b/sys/sys/socket.h
index f76a4b5..a38b2170 100644
--- a/sys/sys/socket.h
+++ b/sys/sys/socket.h
@@ -542,11 +542,9 @@ int sendfile(int, int, off_t, size_t, struct sf_hdtr *, off_t *, int);
#endif
int setsockopt(int, int, int, const void *, socklen_t);
int shutdown(int, int);
+int sockatmark(int);
int socket(int, int, int);
int socketpair(int, int, int, int *);
-/*
- * XXX missing sockatmark().
- */
__END_DECLS
#endif /* !_KERNEL */
OpenPOWER on IntegriCloud