Bug 19192

Summary: patches to include specfs in LINT, modules
Product: Base System Reporter: kbyanc <kbyanc>
Component: kernAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.0-STABLE   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description kbyanc 2000-06-11 05:40:01 UTC
	Poor specfs wass being treated as second-class code. Attached is a
	shar containing /sys/modules/specfs/Makefile. Following that is a
	diff which adds specfs to /sys/modules/Makefile, to
	/sys/conf/options, and to LINT.

	-Kelly
	 kbyanc@posi.net

Fix: # This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	modules/specfs/
#	modules/specfs/Makefile
#
echo c - modules/specfs/
mkdir -p modules/specfs/ > /dev/null 2>&1
echo x - modules/specfs/Makefile
sed 's/^X//' >modules/specfs/Makefile << 'END-of-modules/specfs/Makefile'
X# $FreeBSD$
X
X.PATH:	${.CURDIR}/../../miscfs/specfs
XKMOD=	specfs
XSRCS=	vnode_if.h \
X	spec_vnops.c
XNOMAN=
X
X.include <bsd.kmod.mk>
END-of-modules/specfs/Makefile
exit
Comment 1 Bruce Evans 2000-06-11 07:27:16 UTC
> >Description:
> 
> 	Poor specfs wass being treated as second-class code. Attached is a
> 	shar containing /sys/modules/specfs/Makefile. Following that is a
> 	diff which adds specfs to /sys/modules/Makefile, to
> 	/sys/conf/options, and to LINT.

Actually, it is treated as non-optional code.

Bruce
Comment 2 kbyanc 2000-06-11 18:49:35 UTC
On Sun, 11 Jun 2000, Bruce Evans wrote:

> Actually, it is treated as non-optional code.
> 
> Bruce
> 

  Ah, I see. I didn't grok that from the cvs log. I should have realized
thought that with so many talented people working on the specfs code, such an
oversight was unlikely. I have learned my lesson.

  Kelly
Comment 3 kbyanc 2000-06-16 01:25:20 UTC
  Close this. I should be beaten.

  Kelly
Comment 4 nrahlstr freebsd_committer freebsd_triage 2000-06-27 03:15:07 UTC
State Changed
From-To: open->closed

Closed at submitters request.