aboutsummaryrefslogtreecommitdiff
path: root/sys/netiso/tp_driver.c
diff options
context:
space:
mode:
authorsvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
committersvn2git <svn2git@FreeBSD.org>1994-05-01 08:00:00 +0000
commita16f65c7d117419bd266c28a1901ef129a337569 (patch)
tree2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /sys/netiso/tp_driver.c
parent8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff)
Diffstat (limited to 'sys/netiso/tp_driver.c')
-rw-r--r--sys/netiso/tp_driver.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/netiso/tp_driver.c b/sys/netiso/tp_driver.c
index 32f3370b45ad..0c027b8c80c9 100644
--- a/sys/netiso/tp_driver.c
+++ b/sys/netiso/tp_driver.c
@@ -1,6 +1,6 @@
/*
* from: unknown
- * $Id: tp_driver.c,v 1.3 1993/10/16 21:05:37 rgrimes Exp $
+ * $Id: tp_driver.c,v 1.5 1993/12/19 00:53:31 wollman Exp $
*/
#define _XEBEC_PG static
@@ -51,7 +51,7 @@ void tp_indicate(), tp_getoptions(),
tp_cuntimeout(), tp_ctimeout_MIN(),
tp_freeref(), tp_detach(),
tp0_stash(), tp0_send(),
- tp_netcmd(), tp_send()
+ tp_netcmd();
;
typedef struct tp_pcb tpcb_struct;
@@ -1044,6 +1044,8 @@ static int inx[26][9] = { {0,0,0,0,0,0,0,0,0,},
{0x0,0x49,-1,0x45,-1,0x44,0x48,-1,0x0, },
{0x0,0x0,0x0,0x0,0x0,0x0,0x0,0x0,-1, },
};
+
+int
tp_driver(p, e)
register tp_PCB_ *p;
register struct tp_event *e;