Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/vnconfig <sys/stat.h> is unnecessary



details:   https://anonhg.NetBSD.org/src/rev/1437113af610
branches:  trunk
changeset: 515465:1437113af610
user:      lukem <lukem%NetBSD.org@localhost>
date:      Wed Sep 26 07:05:39 2001 +0000

description:
<sys/stat.h> is unnecessary

diffstat:

 usr.sbin/vnconfig/vnconfig.c |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 0ec26eb3a3d7 -r 1437113af610 usr.sbin/vnconfig/vnconfig.c
--- a/usr.sbin/vnconfig/vnconfig.c      Wed Sep 26 06:20:50 2001 +0000
+++ b/usr.sbin/vnconfig/vnconfig.c      Wed Sep 26 07:05:39 2001 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnconfig.c,v 1.19 2000/03/20 13:20:28 jdolecek Exp $   */
+/*     $NetBSD: vnconfig.c,v 1.20 2001/09/26 07:05:39 lukem Exp $      */
 
 /*-
  * Copyright (c) 1997 The NetBSD Foundation, Inc.
@@ -81,7 +81,6 @@
 #include <sys/param.h>
 #include <sys/ioctl.h>
 #include <sys/mount.h>
-#include <sys/stat.h>
 #include <sys/buf.h>
 #include <sys/disklabel.h>
 #include <sys/disk.h>



Home | Main Index | Thread Index | Old Index