Module Name: src
Committed By: darran
Date: Mon Mar 1 11:25:05 UTC 2010
Modified Files:
src/sys/sys: Makefile
Log Message:
Backout accidental commit adding sdt.h (hold off until CTF toolchain build
is ready).
To generate a diff of this commit:
cvs rdiff -u -r1.124 -r1.125 src/sys/sys/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/Makefile
diff -u src/sys/sys/Makefile:1.124 src/sys/sys/Makefile:1.125
--- src/sys/sys/Makefile:1.124 Mon Mar 1 11:19:41 2010
+++ src/sys/sys/Makefile Mon Mar 1 11:25:05 2010
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.124 2010/03/01 11:19:41 darran Exp $
+# $NetBSD: Makefile,v 1.125 2010/03/01 11:25:05 darran Exp $
.include <bsd.sys.mk>
@@ -29,7 +29,7 @@
queue.h \
ras.h rb.h reboot.h radioio.h resource.h resourcevar.h rmd160.h \
rnd.h rwlock.h sa.h satypes.h \
- scanio.h sched.h scsiio.h sdt.h select.h selinfo.h sem.h sha1.h \
+ scanio.h sched.h scsiio.h select.h selinfo.h sem.h sha1.h \
sha2.h shm.h siginfo.h signal.h signalvar.h sigtypes.h simplelock.h \
sleepq.h socket.h \
socketvar.h sockio.h specificdata.h stat.h statvfs.h \