FreeBSD src
Go to file
Bill Paul 8a095c52ed Add a couple of #ifdef DEVFS/#endif clauses to slence the following
compiler warnings which occur if you don't have 'options DEVFS' in
your kernel config file:

../../kern/kern_descrip.c: In function `fildesc_drvinit':
../../kern/kern_descrip.c:1103: warning: unused variable `fd'
../../kern/kern_descrip.c: At top level:
../../kern/kern_descrip.c:1095: warning: `devfs_token_stdin' defined but not use
d
../../kern/kern_descrip.c:1096: warning: `devfs_token_stdout' defined but not us
ed
../../kern/kern_descrip.c:1097: warning: `devfs_token_stderr' defined but not us
ed
../../kern/kern_descrip.c:1098: warning: `devfs_token_fildesc' defined but not u
sed
1996-06-17 16:54:03 +00:00
bin Backup yacc changes. 1996-06-02 17:06:40 +00:00
eBones Bring in a change that got lost when we spammed over the CVS repository 1996-06-05 22:48:04 +00:00
etc This is no longer in /stand 1996-06-15 17:49:16 +00:00
games Handle sorting in better way 1996-06-09 19:41:31 +00:00
gnu Nuke xditview. It was in the same category as xroach. 1996-06-16 13:15:35 +00:00
include Add `netkey' to list of kernel directories to include in /usr/include. 1996-06-15 18:05:36 +00:00
lib Rethink and reimpliment the way RESTARTS are handled. The method I inheirited 1996-06-17 15:28:08 +00:00
libexec If hostname > UT_HOSTSIZE, use its numerical address instead to keep 1996-06-17 14:59:07 +00:00
lkm Add ccd. 1996-06-12 03:49:35 +00:00
release Add a top level function index. 1996-06-16 23:17:35 +00:00
sbin Moved initialization of defaults for the label for the whole disk from 1996-06-17 14:43:54 +00:00
secure Bring in a change that got lost when we spammed over the CVS repository 1996-06-05 22:48:04 +00:00
share Add support for ${CLEANDIRS} that will be rm -rf'ed during clean & cleandir. 1996-06-17 15:59:52 +00:00
sys Add a couple of #ifdef DEVFS/#endif clauses to slence the following 1996-06-17 16:54:03 +00:00
tools Don't look in libkern, it went away. 1995-12-29 01:51:23 +00:00
usr.bin Localize time 1996-06-17 16:44:16 +00:00
usr.sbin Add a top level function index. 1996-06-16 23:17:35 +00:00
COPYRIGHT This is the official 4.4 Lite copyright. 1994-09-11 07:53:28 +00:00
Makefile 1) make -DCLOBBER not remove most of /usr/lib 1996-05-04 07:12:07 +00:00