Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Feb 2010 19:00:13 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r204426 - head
Message-ID:  <201002271900.o1RJ0Dv4045676@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marcel
Date: Sat Feb 27 19:00:13 2010
New Revision: 204426
URL: http://svn.freebsd.org/changeset/base/204426

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

Modified:
  head/ObsoleteFiles.inc

Modified: head/ObsoleteFiles.inc
==============================================================================
--- head/ObsoleteFiles.inc	Sat Feb 27 18:55:43 2010	(r204425)
+++ head/ObsoleteFiles.inc	Sat Feb 27 19:00:13 2010	(r204426)
@@ -14,6 +14,11 @@
 # The file is partitioned: OLD_FILES first, then OLD_LIBS and OLD_DIRS last.
 #
 
+# 20100227: [ia64] removed <machine/sapicreg.h> and <machine/sapicvar.h>
+.if ${TARGET_ARCH} == "ia64"
+OLD_FILES+=usr/include/machine/sapicreg.h
+OLD_FILES+=usr/include/machine/sapicvar.h
+.endif
 # 20100208: man pages moved
 .if ${TARGET_ARCH} == "i386"
 OLD_FILES+=usr/share/man/man4/i386/alpm.4.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002271900.o1RJ0Dv4045676>