Source-Changes-HG archive

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

[src/trunk]: src/sbin/dkscan_bsdlabel Explicitly include sys/ioctl.h



details:   https://anonhg.NetBSD.org/src/rev/40b7f1be0238
branches:  trunk
changeset: 783627:40b7f1be0238
user:      dsl <dsl%NetBSD.org@localhost>
date:      Tue Jan 01 18:44:27 2013 +0000

description:
Explicitly include sys/ioctl.h

diffstat:

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

diffs (17 lines):

diff -r 0f7096262ab8 -r 40b7f1be0238 sbin/dkscan_bsdlabel/dkscan_util.c
--- a/sbin/dkscan_bsdlabel/dkscan_util.c        Tue Jan 01 18:42:39 2013 +0000
+++ b/sbin/dkscan_bsdlabel/dkscan_util.c        Tue Jan 01 18:44:27 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dkscan_util.c,v 1.2 2008/04/28 20:23:08 martin Exp $ */
+/* $NetBSD: dkscan_util.c,v 1.3 2013/01/01 18:44:27 dsl Exp $ */
 
 /*-
  * Copyright (c) 2007 The NetBSD Foundation, Inc.
@@ -36,6 +36,7 @@
 #include <stdarg.h>
 #include <err.h>
 #include <sys/param.h>
+#include <sys/ioctl.h>
 #include <sys/proc.h>
 #include <sys/disk.h>
 #include <sys/disklabel.h>



Home | Main Index | Thread Index | Old Index