summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_stropts.h
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-01 00:50:57 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-08-01 00:50:57 +0000
commita82c8140c72f0f55d9967dc458496992fce2292f (patch)
tree387a5aa34c61ef778d9a1b49b596ea6b459cb2b3 /sys/compat/svr4/svr4_stropts.h
parent6edefdb68777d682eb395900b8905a95bd3cac7d (diff)
Merge of NetBSD 0722
Diffstat (limited to 'sys/compat/svr4/svr4_stropts.h')
-rw-r--r--sys/compat/svr4/svr4_stropts.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_stropts.h b/sys/compat/svr4/svr4_stropts.h
index bd35552ab8a..2c044205d1e 100644
--- a/sys/compat/svr4/svr4_stropts.h
+++ b/sys/compat/svr4/svr4_stropts.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: svr4_stropts.h,v 1.2 1996/04/21 22:18:31 deraadt Exp $ */
+/* $OpenBSD: svr4_stropts.h,v 1.3 1996/08/01 00:50:55 niklas Exp $ */
/* $NetBSD: svr4_stropts.h,v 1.6 1996/04/11 12:50:31 christos Exp $ */
/*
@@ -130,4 +130,6 @@ struct svr4_netaddr_un {
#define SVR4_ADDROF(sc) (void *) (((char *) (sc)) + (sc)->offs)
+struct svr4_strm *svr4_stream_get __P((struct file *fp));
+
#endif /* !_SVR4_STROPTS */