On Sat, 17 Jul 1999, Warner Losh wrote: > What purpose is served by the twisty maze of ifdefs in telnetd? I'd > like to unifdef many of them. I'm trying to track down a bug and the > twisty maze makes it very hard to follow. Comments?
There seem to be some fairly stupid ones in src/sbin too. ./dump/optr.c:#if __STDC__ ./init/init.c:#ifdef __STDC__ ./newfs/mkfs.c:#ifdef __ELF__ ./newfs/newfs.c:#if __STDC__ ./mount_ntfs/mount_ntfs.c:#if __FreeBSD_version >= 300000 [...] how likely are the above to change. (some of them will never change, considering what branch they're on.) - bill fumerola - bi...@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfume...@computerhorizons.com - bi...@freebsd.org - To Unsubscribe: send mail to majord...@freebsd.org with "unsubscribe freebsd-hackers" in the body of the message