diff options
author | wollman <wollman@FreeBSD.org> | 1996-02-13 18:16:31 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 1996-02-13 18:16:31 +0000 |
commit | 5c25078715eec4e8c4bd3113070c61741eda267e (patch) | |
tree | 92a11759884553db16d37641280c0f0cae760022 /sys/conf | |
parent | 379b9b388fc8788659993af038bb322bfbcea8b2 (diff) | |
download | FreeBSD-src-5c25078715eec4e8c4bd3113070c61741eda267e.zip FreeBSD-src-5c25078715eec4e8c4bd3113070c61741eda267e.tar.gz |
Kill XNS.
While we're at it, fix socreate() to take a process argument. (This
was supposed to get committed days ago...)
Diffstat (limited to 'sys/conf')
-rw-r--r-- | sys/conf/NOTES | 7 | ||||
-rw-r--r-- | sys/conf/files | 20 |
2 files changed, 13 insertions, 14 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 0d3f649..eb6dc9a 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2,7 +2,7 @@ # LINT -- config file for checking all the sources, tries to pull in # as much of the source tree as it can. # -# $Id: LINT,v 1.237 1996/02/03 11:48:12 phk Exp $ +# $Id: LINT,v 1.238 1996/02/06 20:57:46 wollman Exp $ # # NB: You probably don't want to try running a kernel built from this # file. Instead, you should start from GENERIC, and add options from @@ -129,7 +129,6 @@ options UCONSOLE # try to ensure that it actually compiles. # options INET #Internet communications protocols -options NS #Xerox NS communications protocols options IPX #IPX/SPX communications protocols options IPXIP #IPX in IP encapsulation (not available) @@ -146,6 +145,8 @@ options IPX_ERRPRINTFS=0 #IPX/SPX Console Debugging Information #options LLC #X.25 link layer for Ethernets #options HDLC #X.25 link layer for serial lines #options EON #ISO CLNP over IP +#options NS #Xerox NS protocols +#options NSIP #XNS over IP # # Network interfaces: @@ -177,8 +178,6 @@ pseudo-device bpfilter 4 #Berkeley packet filter pseudo-device disc #Discard device pseudo-device tun 1 #Tunnel driver(user process ppp) -options NSIP #XNS over IP - # # Internet family options: # diff --git a/sys/conf/files b/sys/conf/files index f7abd9a..97e4a37 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -270,16 +270,16 @@ netipx/spx_usrreq.c optional ipx #netiso/tuba_subr.c optional iso tuba #netiso/tuba_table.c optional iso tuba #netiso/tuba_usrreq.c optional iso tuba -netns/idp_usrreq.c optional ns -netns/ns.c optional ns -netns/ns_error.c optional ns -netns/ns_input.c optional ns -netns/ns_ip.c optional ns -netns/ns_output.c optional ns -netns/ns_pcb.c optional ns -netns/ns_proto.c optional ns -netns/spp_debug.c optional ns -netns/spp_usrreq.c optional ns +#netns/idp_usrreq.c optional ns +#netns/ns.c optional ns +#netns/ns_error.c optional ns +#netns/ns_input.c optional ns +#netns/ns_ip.c optional ns +#netns/ns_output.c optional ns +#netns/ns_pcb.c optional ns +#netns/ns_proto.c optional ns +#netns/spp_debug.c optional ns +#netns/spp_usrreq.c optional ns nfs/nfs_bio.c optional nfs nfs/nfs_node.c optional nfs nfs/nfs_nqlease.c optional nfs |