summaryrefslogtreecommitdiffstats
path: root/sys/netiso
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1994-11-15 14:23:06 +0000
committerbde <bde@FreeBSD.org>1994-11-15 14:23:06 +0000
commitad7219752c39aaf6512523f757203e0907c1a5de (patch)
treedaee9da063d570e5441121ed2f7ad9df2692dd2d /sys/netiso
parenta7e2537b02ee0e3025f9751a707836729bc7b01b (diff)
downloadFreeBSD-src-ad7219752c39aaf6512523f757203e0907c1a5de.zip
FreeBSD-src-ad7219752c39aaf6512523f757203e0907c1a5de.tar.gz
Disable prototypes that conflict with ones in <netinet/in_pcb.h>. The
conflicts stopped the LINT kernel from being buildable.
Diffstat (limited to 'sys/netiso')
-rw-r--r--sys/netiso/tp_pcb.c7
1 files changed, 5 insertions, 2 deletions
diff --git a/sys/netiso/tp_pcb.c b/sys/netiso/tp_pcb.c
index f35761b..41d84c9 100644
--- a/sys/netiso/tp_pcb.c
+++ b/sys/netiso/tp_pcb.c
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* @(#)tp_pcb.c 8.1 (Berkeley) 6/10/93
- * $Id$
+ * $Id: tp_pcb.c,v 1.2 1994/08/02 07:51:20 davidg Exp $
*/
/***********************************************************
@@ -63,7 +63,7 @@ SOFTWARE.
/*
* ARGO TP
*
- * $Header: /home/ncvs/src/sys/netiso/tp_pcb.c,v 1.1.1.1 1994/05/24 10:06:49 rgrimes Exp $
+ * $Header: /home/ncvs/src/sys/netiso/tp_pcb.c,v 1.2 1994/08/02 07:51:20 davidg Exp $
* $Source: /home/ncvs/src/sys/netiso/tp_pcb.c,v $
*
*
@@ -262,8 +262,11 @@ int in_recycle_tsuffix();
int tpip_mtu();
int in_pcbbind();
int in_pcbconnect();
+#if 0
+/* XXX these are now declared as returning void in <netinet/in_pcb.h>. */
int in_pcbdisconnect();
int in_pcbdetach();
+#endif
int in_pcballoc();
int tpip_output();
int tpip_output_dg();
OpenPOWER on IntegriCloud