Module Name:    src
Committed By:   christos
Date:           Fri Oct  5 00:42:01 UTC 2012

Modified Files:
        src/usr.sbin/mtree: compare.c

Log Message:
explicitly include <sys/stat.h>


To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 src/usr.sbin/mtree/compare.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/usr.sbin/mtree/compare.c
diff -u src/usr.sbin/mtree/compare.c:1.53 src/usr.sbin/mtree/compare.c:1.54
--- src/usr.sbin/mtree/compare.c:1.53	Thu Oct  4 20:41:24 2012
+++ src/usr.sbin/mtree/compare.c	Thu Oct  4 20:42:00 2012
@@ -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>

Reply via email to