diff options
| author | Tim J. Robbins <tjr@FreeBSD.org> | 2003-06-13 07:21:37 +0000 |
|---|---|---|
| committer | Tim J. Robbins <tjr@FreeBSD.org> | 2003-06-13 07:21:37 +0000 |
| commit | a5e2489d03c147b8793749ad7805bb7e3a617e22 (patch) | |
| tree | 5d946833f60167abee0e771737bc0211e81c47f6 | |
| parent | 77156cb782399bc7450c78ff9fdc6bd8b79afcdc (diff) | |
Notes
| -rw-r--r-- | lib/libxpg4/fakelib.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/libxpg4/fakelib.c b/lib/libxpg4/fakelib.c index efec8b9cf06f1..add637aa6a09b 100644 --- a/lib/libxpg4/fakelib.c +++ b/lib/libxpg4/fakelib.c @@ -1,2 +1,8 @@ /* $FreeBSD$ */ + +/* libxpg4 is obsolete in FreeBSD 6 -- library has been merged into libc. */ +#define OBSOLETE_IN_6 + +#include <sys/param.h> + static int ___fake_library___; |
