From b2e29064ae246c4d8bbcd80434477b97d5c47be0 Mon Sep 17 00:00:00 2001 From: tjr Date: Fri, 13 Jun 2003 07:21:37 +0000 Subject: [PATCH] Mark libxpg4 as OBSOLETE_IN_6: it has been empty since its contents were merged into libc in 4.5-RELEASE. --- lib/libxpg4/fakelib.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/libxpg4/fakelib.c b/lib/libxpg4/fakelib.c index efec8b9cf06f..add637aa6a09 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 + static int ___fake_library___;