From e78f90a463bccd212562b38296af14108597d7d2 Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 4 Nov 1994 02:14:13 +0000 Subject: __386BSD__ -> __FreeBSD__ I know that many of these entries are bogus and need to be revisited, but let's get the tree working again for now and then do a pass through looking at all the __FreeBSD__ entries, shall we? --- lib/libncurses/TESTS/knight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libncurses') diff --git a/lib/libncurses/TESTS/knight.c b/lib/libncurses/TESTS/knight.c index 4b2f989..4857e27 100644 --- a/lib/libncurses/TESTS/knight.c +++ b/lib/libncurses/TESTS/knight.c @@ -5,7 +5,7 @@ #include #include -#ifdef __386BSD__ +#ifdef __FreeBSD__ #define srand48 srandom #define lrand48 random #endif -- cgit v1.1