svn commit: r205961 - stable/8

Marcel Moolenaar marcel at FreeBSD.org
Wed Mar 31 05:23:35 UTC 2010


Author: marcel
Date: Wed Mar 31 05:23:35 2010
New Revision: 205961
URL: http://svn.freebsd.org/changeset/base/205961

Log:
  <machine/nexusvar.h>, <machine/sapicreg.h> and <machine/sapicvar.h>
  removed on ia64.

Modified:
  stable/8/ObsoleteFiles.inc

Modified: stable/8/ObsoleteFiles.inc
==============================================================================
--- stable/8/ObsoleteFiles.inc	Wed Mar 31 05:05:28 2010	(r205960)
+++ stable/8/ObsoleteFiles.inc	Wed Mar 31 05:23:35 2010	(r205961)
@@ -14,6 +14,12 @@
 # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
 #
 
+# 20100330: [ia64] Sync with 9-current
+.if ${TARGET_ARCH} == "ia64"
+OLD_FILES+=usr/include/machine/nexusvar.h
+OLD_FILES+=usr/include/machine/sapicreg.h
+OLD_FILES+=usr/include/machine/sapicvar.h
+.endif
 # 20100329: gcpio removal
 OLD_FILES+=usr/bin/gcpio
 OLD_FILES+=usr/share/info/cpio.info.gz


More information about the svn-src-stable-8 mailing list