summaryrefslogtreecommitdiffstats
path: root/lib/libncurses
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
committerjkh <jkh@FreeBSD.org>1994-11-04 02:14:13 +0000
commite78f90a463bccd212562b38296af14108597d7d2 (patch)
treec00dfa0d383999b1a34428211808a508dd328ef8 /lib/libncurses
parente5e0a79080bc8c0bcc844b2d769845c4bdb7ce09 (diff)
downloadFreeBSD-src-e78f90a463bccd212562b38296af14108597d7d2.zip
FreeBSD-src-e78f90a463bccd212562b38296af14108597d7d2.tar.gz
__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?
Diffstat (limited to 'lib/libncurses')
-rw-r--r--lib/libncurses/TESTS/knight.c2
1 files changed, 1 insertions, 1 deletions
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 <ctype.h>
#include <stdlib.h>
-#ifdef __386BSD__
+#ifdef __FreeBSD__
#define srand48 srandom
#define lrand48 random
#endif
OpenPOWER on IntegriCloud