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 need to check for _KERNEL now that this file i...



details:   https://anonhg.NetBSD.org/src/rev/afb419c000ae
branches:  trunk
changeset: 584470:afb419c000ae
user:      simonb <simonb%NetBSD.org@localhost>
date:      Mon Sep 19 03:16:16 2005 +0000

description:
Don't need to check for _KERNEL now that this file isn't installed
in /usr/include.

diffstat:

 sys/sys/tprintf.h |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (24 lines):

diff -r cf8185678f41 -r afb419c000ae sys/sys/tprintf.h
--- a/sys/sys/tprintf.h Mon Sep 19 03:15:56 2005 +0000
+++ b/sys/sys/tprintf.h Mon Sep 19 03:16:16 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: tprintf.h,v 1.15 2005/02/03 19:20:02 perry Exp $       */
+/*     $NetBSD: tprintf.h,v 1.16 2005/09/19 03:16:16 simonb Exp $      */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -34,7 +34,6 @@
 #ifndef _SYS_TPRINF_H_
 #define _SYS_TPRINF_H_
 
-#ifdef _KERNEL
 typedef struct session *tpr_t;
 
 tpr_t  tprintf_open(struct proc *);
@@ -42,6 +41,5 @@
 
 void   tprintf(tpr_t, const char *fmt, ...)
     __attribute__((__format__(__printf__,2,3)));
-#endif /* _KERNEL */
 
 #endif /* _SYS_TPRINF_H_ */



Home | Main Index | Thread Index | Old Index