Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Jul 1999 10:35:06 -0400 (EDT)
From:      Bill Fumerola <billf@chc-chimes.com>
To:        Warner Losh <imp@village.org>
Cc:        hackers@FreeBSD.ORG
Subject:   Re: telnetd
Message-ID:  <Pine.HPP.3.96.990719103322.14965H-100000@hp9000.chc-chimes.com>
In-Reply-To: <199907171932.NAA64473@harmony.village.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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 - billf@chc-chimes.com - BF1560 - computer horizons corp -
- ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org  -





To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.HPP.3.96.990719103322.14965H-100000>