Source-Changes-HG archive

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

[src/netbsd-3]: src/usr.sbin/pkg_install/lib Pull up following revision(s) (r...



details:   https://anonhg.NetBSD.org/src/rev/1a66c679f587
branches:  netbsd-3
changeset: 577478:1a66c679f587
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Nov 10 10:46:29 2005 +0000

description:
Pull up following revision(s) (requested by wiz in ticket #949):
        usr.sbin/pkg_install/lib/dewey.c: revision 1.3
Remove some unnecessary header includes.

diffstat:

 usr.sbin/pkg_install/lib/dewey.c |  18 +++---------------
 1 files changed, 3 insertions(+), 15 deletions(-)

diffs (35 lines):

diff -r f16eae7314a2 -r 1a66c679f587 usr.sbin/pkg_install/lib/dewey.c
--- a/usr.sbin/pkg_install/lib/dewey.c  Wed Nov 09 16:19:12 2005 +0000
+++ b/usr.sbin/pkg_install/lib/dewey.c  Thu Nov 10 10:46:29 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dewey.c,v 1.1.2.3 2005/11/08 18:17:21 jmc Exp $        */
+/*     $NetBSD: dewey.c,v 1.1.2.4 2005/11/10 10:46:29 tron Exp $       */
 
 #if HAVE_CONFIG_H
 #include "config.h"
@@ -25,23 +25,11 @@
  *
  */
 
-#if HAVE_ASSERT_H
-#include <assert.h>
-#endif
 #if HAVE_CTYPE_H
 #include <ctype.h>
 #endif
-#if HAVE_ERR_H
-#include <err.h>
-#endif
-#if HAVE_FNMATCH_H
-#include <fnmatch.h>
-#endif
-#if HAVE_INTTYPES_H
-#include <inttypes.h>
-#endif
-#if HAVE_STRING_H
-#include <string.h>
+#if HAVE_STDLIB_H
+#include <stdlib.h>
 #endif
 
 #include "defs.h"



Home | Main Index | Thread Index | Old Index