Unbreak the BSD/OS build. sys/mount.h drags in net/radix.h, which happens

to define a symbol called Free. Sigh. Clean up after net/radix.h.
This commit is contained in:
driehuis%playbeing.org 1999-09-05 00:49:01 +00:00
parent 97cca12af5
commit 1a157b514d

View File

@ -47,6 +47,9 @@
#ifdef HAVE_SYS_MOUNT_H
#include <sys/mount.h>
#ifdef __bsdi__
#undef Free
#endif
#endif
#ifdef HAVE_STATVFS