From cb38fdae7c004eec078edf577e1819ce9760aecb Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 3 Mar 2010 18:30:10 +0000 Subject: Remove last traces of . --- ObsoleteFiles.inc | 2 ++ include/Makefile | 2 +- include/utmp.h | 2 -- 3 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 include/utmp.h diff --git a/ObsoleteFiles.inc b/ObsoleteFiles.inc index ff811b7..e576e9e 100644 --- a/ObsoleteFiles.inc +++ b/ObsoleteFiles.inc @@ -14,6 +14,8 @@ # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last. # +# 20100303: actual removal of utmp.h +OLD_FILES+=usr/include/utmp.h # 20100227: [ia64] removed and .if ${TARGET_ARCH} == "ia64" OLD_FILES+=usr/include/machine/sapicreg.h diff --git a/include/Makefile b/include/Makefile index c964827..509bd47 100644 --- a/include/Makefile +++ b/include/Makefile @@ -23,7 +23,7 @@ INCS= a.out.h ar.h assert.h bitstring.h complex.h cpio.h _ctype.h ctype.h \ stdbool.h stddef.h stdio.h stdlib.h string.h stringlist.h \ strings.h sysexits.h tar.h termios.h tgmath.h \ time.h timeconv.h timers.h ttyent.h \ - ulimit.h unistd.h utime.h utmp.h utmpx.h uuid.h varargs.h vis.h \ + ulimit.h unistd.h utime.h utmpx.h uuid.h varargs.h vis.h \ wchar.h wctype.h wordexp.h MHDRS= float.h floatingpoint.h stdarg.h diff --git a/include/utmp.h b/include/utmp.h deleted file mode 100644 index 8e1363c..0000000 --- a/include/utmp.h +++ /dev/null @@ -1,2 +0,0 @@ -/* $FreeBSD$ */ -#error " has been replaced by " -- cgit v1.1