Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/tic Revert, there is a more fundamental issue with u...
details: https://anonhg.NetBSD.org/src/rev/8ffed552abf6
branches: trunk
changeset: 783163:8ffed552abf6
user: joerg <joerg%NetBSD.org@localhost>
date: Sat Dec 08 23:29:28 2012 +0000
description:
Revert, there is a more fundamental issue with util.h.
diffstat:
usr.bin/tic/tic.c | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (36 lines):
diff -r 7b09d1f18e5b -r 8ffed552abf6 usr.bin/tic/tic.c
--- a/usr.bin/tic/tic.c Sat Dec 08 22:38:09 2012 +0000
+++ b/usr.bin/tic/tic.c Sat Dec 08 23:29:28 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: tic.c,v 1.22 2012/12/08 21:04:27 joerg Exp $ */
+/* $NetBSD: tic.c,v 1.23 2012/12/08 23:29:28 joerg Exp $ */
/*
* Copyright (c) 2009, 2010 The NetBSD Foundation, Inc.
@@ -32,7 +32,7 @@
#endif
#include <sys/cdefs.h>
-__RCSID("$NetBSD: tic.c,v 1.22 2012/12/08 21:04:27 joerg Exp $");
+__RCSID("$NetBSD: tic.c,v 1.23 2012/12/08 23:29:28 joerg Exp $");
#include <sys/types.h>
#include <sys/queue.h>
@@ -40,9 +40,6 @@
#if !HAVE_NBTOOL_CONFIG_H || HAVE_SYS_ENDIAN_H
#include <sys/endian.h>
#endif
-#if !HAVE_NBTOOL_CONFIG_H
-#include <util.h>
-#endif
#include <cdbw.h>
#include <ctype.h>
@@ -58,6 +55,7 @@
#include <string.h>
#include <term_private.h>
#include <term.h>
+#include <util.h>
#define HASH_SIZE 16384 /* 2012-06-01: 3600 entries */
Home |
Main Index |
Thread Index |
Old Index