Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 03/14/1996 14:00:03
christos
Thu Mar 14 13:52:29 EST 1996
Update of /a/cvsroot/src/sys/lib/libkern
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv26375

Modified Files:
	__main.c bcmp.c imax.c imin.c libkern.h lmax.c lmin.c max.c 
	min.c quad.h scanc.c skpc.c strcat.c strcpy.c ulmax.c ulmin.c 
Log Message:
- Add missing prototypes
- Bring prototypes into scope
- Correct prototype for skpc


christos
Thu Mar 14 13:59:14 EST 1996
Update of /a/cvsroot/src/sys/sys
In directory pain.lcs.mit.edu:/b/tmp/cvs-serv26541

Modified Files:
	conf.h filedesc.h proc.h systm.h 
Log Message:
filedesc.h, proc.h: Rename fdopen() to filedescopen() so that it does not
		    conflict with the floppy driver.
conf.h: Protect against multiple inclusions. The reason will become apparent
	soon.
systm.h: Bring Debugger() prototype into scope.