Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/sys Don't install <sys/tprintf.h> - it's a kernel-only h...



details:   https://anonhg.NetBSD.org/src/rev/9f9eaf09d6ac
branches:  trunk
changeset: 584468:9f9eaf09d6ac
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Sep 19 03:15:22 2005 +0000

description:
Don't install <sys/tprintf.h> - it's a kernel-only header file.

diffstat:

 sys/sys/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 165470def1fd -r 9f9eaf09d6ac sys/sys/Makefile
--- a/sys/sys/Makefile  Mon Sep 19 02:47:15 2005 +0000
+++ b/sys/sys/Makefile  Mon Sep 19 03:15:22 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.74 2005/08/07 12:30:01 blymn Exp $
+#      $NetBSD: Makefile,v 1.75 2005/09/19 03:15:22 simonb Exp $
 
 INCSDIR= /usr/include/sys
 
@@ -27,7 +27,7 @@
        socketvar.h sockio.h stat.h statvfs.h syscall.h syscallargs.h \
        sysctl.h stdint.h swap.h syslimits.h syslog.h systm.h \
        tablet.h tape.h termios.h time.h timeb.h timepps.h times.h \
-       timex.h tprintf.h trace.h tree.h tty.h ttychars.h ttycom.h \
+       timex.h trace.h tree.h tty.h ttychars.h ttycom.h \
        ttydefaults.h ttydev.h types.h \
        ucontext.h ucred.h uio.h un.h unistd.h unpcb.h user.h utsname.h uuid.h \
        vadvise.h verified_exec.h vmmeter.h vnode.h vnode_if.h \



Home | Main Index | Thread Index | Old Index