freebsd-nq/etc/defaults
Peter Wemm 791da841a1 Take -Wconversion out of BDECFLAGS. It is not particularly useful for
us anyway because it doesn't work right on the x86 and alpha.  On
K&R code, small ints would be promoted to int.  ANSI-C doesn't require
this and the small ints can be passed taking 8 or 16 bits of stack
space.  However, the x86 abi that we use *does* promote to 32 bit,
and the alpha ABI passes them in 64 bit registers so we dont have
that aspect of the problem here.  Losing float precision by having it
cast down to int because the funtion prototype specifies int is the
least of our problems.  -Wmissing-prototypes helps here anyway.
2001-07-27 16:23:53 +00:00
..
make.conf Take -Wconversion out of BDECFLAGS. It is not particularly useful for 2001-07-27 16:23:53 +00:00
pccard.conf Add entry for SMC 2632W card. 2001-07-22 18:13:19 +00:00
periodic.conf Remove $daily_status_named_logs and figure out which /var/log/messages* 2001-07-26 02:37:12 +00:00
rc.conf change the default for isdn_fsdev to NO. specifying a device here 2001-07-23 14:24:31 +00:00