freebsd kernel with SKQ
Go to file
Bruce Evans d1f6ee03f1 Fixed build of LINT yet again. getchar() clashed with getchar() in pcvt.
Staticized it in userconfig.  The one in pcvt is unused.

Removed bogus unused arg to getchar().  This should not have compiled
in the USERCONFIG_BOOT case, but the getchar() was also non-prototyped
and defined in K&R style.

Staticized the badly named global variable `next'.  Even static variables
should have a unique module-specific prefix so that they can be referenced
easily in debuggers, etc.
1996-10-06 16:30:15 +00:00
bin Fix a problem with sh that conflicts with the -e 1996-10-06 15:17:19 +00:00
contrib delete doubled words, e.g.: "the the" -> "the" 1996-10-05 22:27:30 +00:00
eBones More ${.CURDIR} changes. 1996-10-01 15:20:29 +00:00
etc Use full path for cvsup 1996-10-05 19:41:31 +00:00
games delete doubled words, e.g.: "the the" -> "the" 1996-10-05 22:27:30 +00:00
gnu delete doubled words, e.g.: "the the" -> "the" 1996-10-05 22:27:30 +00:00
include Add support for storing a -R path in ld in the section dispatch table, 1996-10-01 00:25:32 +00:00
lib Remove garbage initcode reference so that 'gcc -Dlint ...' 1996-10-06 03:19:26 +00:00
libexec delete doubled words, e.g.: "the the" -> "the" 1996-10-05 22:27:30 +00:00
lkm add forgotten $Id$ 1996-09-22 21:56:57 +00:00
release *blush* - I forgot to change the check for fscanf()'s return value 1996-10-06 16:04:49 +00:00
sbin delete doubled words, e.g.: "the the" -> "the" 1996-10-05 22:27:30 +00:00
secure cmp -s || install -c --> install -C 1996-08-30 04:07:04 +00:00
share There is no more atapi.flp; No wonder people have been still sending 1996-10-06 12:46:42 +00:00
sys Fixed build of LINT yet again. getchar() clashed with getchar() in pcvt. 1996-10-06 16:30:15 +00:00
tools Fixed CLEANFILES. The *.3 links were missing. 1996-09-20 14:12:32 +00:00
usr.bin Clarify the rule used to determine the object 1996-10-06 16:19:08 +00:00
usr.sbin Detect the zero-chunks case properly, now that I've reversed the order 1996-10-06 14:45:57 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile Add awk to build target. 1996-10-06 02:17:43 +00:00