diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-13 19:45:28 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1997-02-13 19:45:28 +0000 |
commit | cdf795d68a664ccfbb6f5ca11305a9411ceb1cb5 (patch) | |
tree | 2f7493ddc66921dc7ab255f58eb0b9cd134e8a50 /sys/compat/svr4/svr4_timod.h | |
parent | b60d275d31b41695e30666d2f889429533a53ef3 (diff) |
Merge of NetBSD 970211
Diffstat (limited to 'sys/compat/svr4/svr4_timod.h')
-rw-r--r-- | sys/compat/svr4/svr4_timod.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/compat/svr4/svr4_timod.h b/sys/compat/svr4/svr4_timod.h index 5daa02886cd..8c7c03761a1 100644 --- a/sys/compat/svr4/svr4_timod.h +++ b/sys/compat/svr4/svr4_timod.h @@ -1,5 +1,5 @@ -/* $OpenBSD: svr4_timod.h,v 1.2 1996/04/21 22:18:39 deraadt Exp $ */ -/* $NetBSD: svr4_timod.h,v 1.4 1996/04/11 12:52:03 christos Exp $ */ +/* $OpenBSD: svr4_timod.h,v 1.3 1997/02/13 19:45:26 niklas Exp $ */ +/* $NetBSD: svr4_timod.h,v 1.5 1996/08/30 23:06:42 christos Exp $ */ /* * Copyright (c) 1994 Christos Zoulas @@ -53,6 +53,9 @@ #define SVR4_TI_OK_REPLY 0x13 #define SVR4_TI_RECVFROM_REPLY 0x14 +#define SVR4_TI__ACCEPT_WAIT 0x10000001 +#define SVR4_TI__ACCEPT_OK 0x10000002 + struct svr4_netbuf { u_int maxlen; u_int len; |