ncplib continued: add appropriate options to LINT.
This commit is contained in:
parent
99edac4b3b
commit
41d9423f5e
@ -362,6 +362,8 @@ options IPX #IPX/SPX communications protocols
|
||||
options IPXIP #IPX in IP encapsulation (not available)
|
||||
options IPTUNNEL #IP in IPX encapsulation (not available)
|
||||
|
||||
options NCP #NetWare Core protocol
|
||||
|
||||
options NETATALK #Appletalk communications protocols
|
||||
|
||||
# These are currently broken but are shipped due to interest.
|
||||
@ -564,6 +566,7 @@ options KERNFS #Kernel filesystem
|
||||
options MSDOSFS #MS DOS File System
|
||||
options NTFS #NT File System
|
||||
options NULLFS #NULL filesystem
|
||||
options NWFS #NetWare filesystem
|
||||
options PORTAL #Portal filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options UMAPFS #UID map filesystem
|
||||
|
@ -599,6 +599,15 @@ netkey/key_debug.c optional key_debug
|
||||
netnatm/natm.c optional natm
|
||||
netnatm/natm_pcb.c optional natm
|
||||
netnatm/natm_proto.c optional natm
|
||||
netncp/ncp_conn.c optional ncp
|
||||
netncp/ncp_crypt.c optional ncp
|
||||
netncp/ncp_login.c optional ncp
|
||||
netncp/ncp_mod.c optional ncp
|
||||
netncp/ncp_ncp.c optional ncp
|
||||
netncp/ncp_nls.c optional ncp
|
||||
netncp/ncp_rq.c optional ncp
|
||||
netncp/ncp_sock.c optional ncp
|
||||
netncp/ncp_subr.c optional ncp
|
||||
netns/idp_usrreq.c optional ns
|
||||
netns/ns.c optional ns
|
||||
netns/ns_error.c optional ns
|
||||
@ -621,6 +630,12 @@ nfs/nfs_vfsops.c optional nfs
|
||||
nfs/nfs_vnops.c optional nfs
|
||||
nfs/bootp_subr.c optional bootp
|
||||
nfs/krpc_subr.c optional bootp
|
||||
nwfs/nwfs_io.c optional nwfs
|
||||
nwfs/nwfs_ioctl.c optional nwfs
|
||||
nwfs/nwfs_node.c optional nwfs
|
||||
nwfs/nwfs_subr.c optional nwfs
|
||||
nwfs/nwfs_vfsops.c optional nwfs
|
||||
nwfs/nwfs_vnops.c optional nwfs
|
||||
pccard/pccard.c optional card
|
||||
pccard/pccard_beep.c optional card
|
||||
pccard/pccard_nbk.c optional card
|
||||
|
@ -101,6 +101,7 @@ CODA
|
||||
CD9660
|
||||
FFS
|
||||
NFS
|
||||
NWFS
|
||||
|
||||
# If you are following the conditions in the copyright,
|
||||
# you can enable soft-updates which will speed up a lot of thigs
|
||||
@ -221,6 +222,7 @@ IPSTEALTH
|
||||
IPX opt_ipx.h
|
||||
IPXIP opt_ipx.h
|
||||
IPTUNNEL opt_ipx.h
|
||||
NCP opt_ncp.h
|
||||
NETATALK opt_atalk.h
|
||||
PPP_BSDCOMP opt_ppp.h
|
||||
PPP_DEFLATE opt_ppp.h
|
||||
|
@ -362,6 +362,8 @@ options IPX #IPX/SPX communications protocols
|
||||
options IPXIP #IPX in IP encapsulation (not available)
|
||||
options IPTUNNEL #IP in IPX encapsulation (not available)
|
||||
|
||||
options NCP #NetWare Core protocol
|
||||
|
||||
options NETATALK #Appletalk communications protocols
|
||||
|
||||
# These are currently broken but are shipped due to interest.
|
||||
@ -564,6 +566,7 @@ options KERNFS #Kernel filesystem
|
||||
options MSDOSFS #MS DOS File System
|
||||
options NTFS #NT File System
|
||||
options NULLFS #NULL filesystem
|
||||
options NWFS #NetWare filesystem
|
||||
options PORTAL #Portal filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options UMAPFS #UID map filesystem
|
||||
|
@ -362,6 +362,8 @@ options IPX #IPX/SPX communications protocols
|
||||
options IPXIP #IPX in IP encapsulation (not available)
|
||||
options IPTUNNEL #IP in IPX encapsulation (not available)
|
||||
|
||||
options NCP #NetWare Core protocol
|
||||
|
||||
options NETATALK #Appletalk communications protocols
|
||||
|
||||
# These are currently broken but are shipped due to interest.
|
||||
@ -564,6 +566,7 @@ options KERNFS #Kernel filesystem
|
||||
options MSDOSFS #MS DOS File System
|
||||
options NTFS #NT File System
|
||||
options NULLFS #NULL filesystem
|
||||
options NWFS #NetWare filesystem
|
||||
options PORTAL #Portal filesystem
|
||||
options PROCFS #Process filesystem
|
||||
options UMAPFS #UID map filesystem
|
||||
|
Loading…
Reference in New Issue
Block a user