artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a2d0e82
)
struct sockaddr_in; prototype
author
mickey
<mickey@openbsd.org>
Thu, 12 Dec 1996 13:23:03 +0000
(13:23 +0000)
committer
mickey
<mickey@openbsd.org>
Thu, 12 Dec 1996 13:23:03 +0000
(13:23 +0000)
sys/sys/socket.h
patch
|
blob
|
history
diff --git
a/sys/sys/socket.h
b/sys/sys/socket.h
index
d5c44ec
..
cd38671
100644
(file)
--- a/
sys/sys/socket.h
+++ b/
sys/sys/socket.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: socket.h,v 1.
5 1996/12/12 13:17:46
mickey Exp $ */
+/* $OpenBSD: socket.h,v 1.
6 1996/12/12 13:23:03
mickey Exp $ */
/* $NetBSD: socket.h,v 1.14 1996/02/09 18:25:36 christos Exp $ */
/*
@@
-323,6
+323,7
@@
struct omsghdr {
#include <sys/cdefs.h>
+struct sockaddr_in;
__BEGIN_DECLS
int accept __P((int, struct sockaddr *, int *));
int bind __P((int, const struct sockaddr *, int));