Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 11 Sep 2009 22:50:15 +0000 (UTC)
From:      Jung-uk Kim <jkim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197106 - head/usr.sbin/acpi/acpidb
Message-ID:  <200909112250.n8BMoF2G065888@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jkim
Date: Fri Sep 11 22:50:15 2009
New Revision: 197106
URL: http://svn.freebsd.org/changeset/base/197106

Log:
  Catch up with ACPICA 20090903.

Modified:
  head/usr.sbin/acpi/acpidb/Makefile

Modified: head/usr.sbin/acpi/acpidb/Makefile
==============================================================================
--- head/usr.sbin/acpi/acpidb/Makefile	Fri Sep 11 22:49:34 2009	(r197105)
+++ head/usr.sbin/acpi/acpidb/Makefile	Fri Sep 11 22:50:15 2009	(r197106)
@@ -38,8 +38,8 @@ SRCS+=	psargs.c psloop.c psopcode.c pspa
 # namespace
 SRCS+=	nsaccess.c nsalloc.c nsdump.c nseval.c nsinit.c		\
 	nsload.c nsnames.c nsobject.c nsparse.c nspredef.c	\
-	nssearch.c nsutils.c nswalk.c nsxfeval.c nsxfname.c	\
-	nsxfobj.c
+	nsrepair.c nssearch.c nsutils.c nswalk.c nsxfeval.c	\
+	nsxfname.c nsxfobj.c
 
 # resources
 SRCS+=	rsaddr.c rscalc.c rscreate.c rsdump.c rsinfo.c		\
@@ -52,9 +52,9 @@ SRCS+=	tbfadt.c tbfind.c tbinstal.c tbut
 
 # utilities
 SRCS+=	utalloc.c utcache.c utcopy.c utdebug.c utdelete.c	\
-	uteval.c utglobal.c utinit.c utlock.c utmath.c utmisc.c	\
-	utmutex.c utobject.c utresrc.c utstate.c uttrack.c	\
-	utxface.c
+	uteval.c utglobal.c utids.c utinit.c utlock.c utmath.c	\
+	utmisc.c utmutex.c utobject.c utresrc.c utstate.c	\
+	uttrack.c utxface.c
 
 MAN=	acpidb.8
 WARNS?=	2



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