Source-Changes-HG archive

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

[src/trunk]: src/usr.sbin/mtree explicitly include <sys/stat.h>



details:   https://anonhg.NetBSD.org/src/rev/47c31e3adaae
branches:  trunk
changeset: 781869:47c31e3adaae
user:      christos <christos%NetBSD.org@localhost>
date:      Fri Oct 05 00:42:00 2012 +0000

description:
explicitly include <sys/stat.h>

diffstat:

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

diffs (23 lines):

diff -r 1c5931418e19 -r 47c31e3adaae usr.sbin/mtree/compare.c
--- a/usr.sbin/mtree/compare.c  Fri Oct 05 00:41:24 2012 +0000
+++ b/usr.sbin/mtree/compare.c  Fri Oct 05 00:42:00 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: compare.c,v 1.53 2012/10/05 00:41:24 christos Exp $    */
+/*     $NetBSD: compare.c,v 1.54 2012/10/05 00:42:00 christos Exp $    */
 
 /*-
  * Copyright (c) 1989, 1993
@@ -38,11 +38,12 @@
 #if 0
 static char sccsid[] = "@(#)compare.c  8.1 (Berkeley) 6/6/93";
 #else
-__RCSID("$NetBSD: compare.c,v 1.53 2012/10/05 00:41:24 christos Exp $");
+__RCSID("$NetBSD: compare.c,v 1.54 2012/10/05 00:42:00 christos Exp $");
 #endif
 #endif /* not lint */
 
 #include <sys/param.h>
+#include <sys/stat.h>
 
 #include <errno.h>
 #include <fcntl.h>



Home | Main Index | Thread Index | Old Index