diff options
author | rws <empty> | 1991-06-08 18:08:45 +0000 |
---|---|---|
committer | rws <empty> | 1991-06-08 18:08:45 +0000 |
commit | 725dbf79ebddafc372a9c5292133f62ea92b08a0 (patch) | |
tree | b8e26c555a7deb66e086012d11e01bbbeb0f98d1 /xc/lib/Xbsd/Berklib.c | |
parent | a270320037b4e737b3390354cbb0eff903d57030 (diff) |
hcx needs ffs, apparently
Diffstat (limited to 'xc/lib/Xbsd/Berklib.c')
-rw-r--r-- | xc/lib/Xbsd/Berklib.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/xc/lib/Xbsd/Berklib.c b/xc/lib/Xbsd/Berklib.c index 6686d6240..122ccdc7c 100644 --- a/xc/lib/Xbsd/Berklib.c +++ b/xc/lib/Xbsd/Berklib.c @@ -1,4 +1,4 @@ -/* $XConsortium: Berklib.c,v 1.11 91/04/02 11:18:54 rws Exp $ */ +/* $XConsortium: Berklib.c,v 1.12 91/04/13 14:24:48 rws Exp $ */ /* * These are routines found in BSD but not on all other systems. The core @@ -26,6 +26,10 @@ #define WANT_RANDOM #endif +#ifdef hcx +#define WANT_FFS +#endif + /* you should use Xfuncs.h in code instead of relying on Berklib */ #ifdef WANT_BFUNCS |