Source-Changes-HG archive

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

[src/trunk]: src/sbin/dkctl missing <sys/stat.h>



details:   https://anonhg.NetBSD.org/src/rev/1740d431a48a
branches:  trunk
changeset: 820506:1740d431a48a
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 10 20:45:53 2017 +0000

description:
missing <sys/stat.h>

diffstat:

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

diffs (23 lines):

diff -r d55d4792f688 -r 1740d431a48a sbin/dkctl/dkctl.c
--- a/sbin/dkctl/dkctl.c        Tue Jan 10 20:45:19 2017 +0000
+++ b/sbin/dkctl/dkctl.c        Tue Jan 10 20:45:53 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: dkctl.c,v 1.23 2016/01/06 23:03:13 wiz Exp $   */
+/*     $NetBSD: dkctl.c,v 1.24 2017/01/10 20:45:53 christos Exp $      */
 
 /*
  * Copyright 2001 Wasabi Systems, Inc.
@@ -41,11 +41,12 @@
 #include <sys/cdefs.h>
 
 #ifndef lint
-__RCSID("$NetBSD: dkctl.c,v 1.23 2016/01/06 23:03:13 wiz Exp $");
+__RCSID("$NetBSD: dkctl.c,v 1.24 2017/01/10 20:45:53 christos Exp $");
 #endif
 
 #include <sys/param.h>
 #include <sys/ioctl.h>
+#include <sys/stat.h>
 #include <sys/dkio.h>
 #include <sys/disk.h>
 #include <sys/queue.h>



Home | Main Index | Thread Index | Old Index