Source-Changes-HG archive

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

[src/trunk]: src/include Get rid of the #if !HAVE_NBTOOL_CONFIG_H kludge. No...



details:   https://anonhg.NetBSD.org/src/rev/cb2f5a714b53
branches:  trunk
changeset: 583884:cb2f5a714b53
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sat Aug 27 22:55:54 2005 +0000

description:
Get rid of the #if !HAVE_NBTOOL_CONFIG_H kludge.  None of host tools
uses this header now.

diffstat:

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

diffs (19 lines):

diff -r 72e5e5d07ce3 -r cb2f5a714b53 include/util.h
--- a/include/util.h    Sat Aug 27 22:43:40 2005 +0000
+++ b/include/util.h    Sat Aug 27 22:55:54 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: util.h,v 1.36 2005/06/12 19:46:15 dyoung Exp $ */
+/*     $NetBSD: util.h,v 1.37 2005/08/27 22:55:54 uwe Exp $    */
 
 /*-
  * Copyright (c) 1995
@@ -33,9 +33,7 @@
 #define        _UTIL_H_
 
 #include <sys/cdefs.h>
-#if !HAVE_NBTOOL_CONFIG_H
 #include <sys/ttycom.h>
-#endif /* !HAVE_NBTOOL_CONFIG_H */
 #include <sys/types.h>
 #include <stdio.h>
 #include <pwd.h>



Home | Main Index | Thread Index | Old Index