Date: Sat, 10 Jan 1998 13:36:35 -0800 (PST) From: John Birrell <jb@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/find extern.h function.c option.c Message-ID: <199801102136.NAA02473@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jb 1998/01/10 13:36:35 PST
Modified files:
usr.bin/find extern.h function.c option.c
Log:
A partial frontal lobotomy for find if using the NetBSD libc which
doesn't know about getvfsbyname() and the vfsconf structure. This
disables the -fstype option if compiled with a pre-processor that
defines __NetBSD__. With the FreeBSD built pre-processor, find can only
be built with the FreeBSD libc. So when running with a NetBSD kernel,
FreeBSD's libc will have to return ENOSYS for things that NetBSD
doesn't support. That's life in a hybrid world.
Revision Changes Path
1.6 +2 -0 src/usr.bin/find/extern.h
1.16 +2 -0 src/usr.bin/find/function.c
1.7 +8 -1 src/usr.bin/find/option.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199801102136.NAA02473>
