[511] in NetBSD-Development
Re: __NetBSD__
daemon@ATHENA.MIT.EDU (John Kohl)
Mon Jan 30 10:08:20 1995
Date: Mon, 30 Jan 1995 10:07:19 -0500
From: John Kohl <jtk@atria.com>
To: yoav@MIT.EDU
Cc: netbsd-dev@MIT.EDU
In-Reply-To: <199501271918.OAA00343@I-See-Everything-Twice.MIT.EDU> (yoav@MIT.EDU)
If you want to conditionalize on BSD44, I think you can find that in
<sys/param.h>. But when appropriate, rewrite to ANSI/POSIX (and perhaps
conditionalize on ANSI/POSIX if you care about old systems).
==John