diff options
author | Julian Elischer <julian@FreeBSD.org> | 1995-10-31 23:36:47 +0000 |
---|---|---|
committer | Julian Elischer <julian@FreeBSD.org> | 1995-10-31 23:36:47 +0000 |
commit | 1b3f472e51d0a3625a8e7cd1c2126aca25e27b64 (patch) | |
tree | 62e87b22c042bf167915c074c6618f3fce82e573 /sys/conf/NOTES | |
parent | 9f65f104f5d16e582ddbf8ccdfa81b324d5d4561 (diff) | |
download | src-1b3f472e51d0a3625a8e7cd1c2126aca25e27b64.tar.gz src-1b3f472e51d0a3625a8e7cd1c2126aca25e27b64.zip |
Submitted by: Mike Mitchell (mitchell@ref.tfs.com)
these patches bring the ipx code up to the point that it compiles cleanly with
the -W arguments suggested by bruce.
Notes
Notes:
svn path=/head/; revision=11991
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index a66fc6a07e2e..2194d8614ba7 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.209 1995/10/31 17:00:03 joerg Exp $ +# $Id: LINT,v 1.210 1995/10/31 18:27:45 phk 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 @@ -132,8 +132,8 @@ options NS #Xerox NS communications protocols options IPX #IPX/SPX communications protocols options IPXIP #IPX in IP encapsulation (not available) options IPTUNNEL #IP in IPX encapsulation (not available) -#options "IPXPRINTFS=0" #Console Debugging Information -#options "IPX_ERRPRINTFS=0" #Console Debugging Information +options "IPXPRINTFS=0" #IPX/SPX Console Debugging Information +options "IPX_ERRPRINTFS=0" #IPX/SPX Console Debugging Information # These are currently broken and don't compile #options ISO |