diff options
author | Gary Palmer <gpalmer@FreeBSD.org> | 1996-05-08 04:29:08 +0000 |
---|---|---|
committer | Gary Palmer <gpalmer@FreeBSD.org> | 1996-05-08 04:29:08 +0000 |
commit | 6ddbf1e299be72c5a9aefd61feefea91b16eafa7 (patch) | |
tree | 273ffb1ff648a1d501fa53a37f56803c19399e9f /sys/kern/uipc_proto.c | |
parent | 9fb933075efacc206d4968ca872ad7ea94349ba4 (diff) | |
download | src-6ddbf1e299be72c5a9aefd61feefea91b16eafa7.tar.gz src-6ddbf1e299be72c5a9aefd61feefea91b16eafa7.zip |
Notes
Diffstat (limited to 'sys/kern/uipc_proto.c')
-rw-r--r-- | sys/kern/uipc_proto.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/uipc_proto.c b/sys/kern/uipc_proto.c index 125e81b8c38a..674f5c518467 100644 --- a/sys/kern/uipc_proto.c +++ b/sys/kern/uipc_proto.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)uipc_proto.c 8.1 (Berkeley) 6/10/93 - * $Id: uipc_proto.c,v 1.5 1995/12/02 18:58:55 bde Exp $ + * $Id: uipc_proto.c,v 1.6 1995/12/14 08:32:08 phk Exp $ */ #include <sys/param.h> @@ -59,7 +59,7 @@ static struct protosw localsw[] = { 0, 0, 0, 0, }, { 0, 0, 0, 0, - raw_input, 0, raw_ctlinput, 0, + 0, 0, raw_ctlinput, 0, raw_usrreq, raw_init, 0, 0, 0, } |