Source-Changes-HG archive

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

[src/trunk]: src/usr.bin/split needs <sys/stat.h>



details:   https://anonhg.NetBSD.org/src/rev/2808f1c1c65b
branches:  trunk
changeset: 820520:2808f1c1c65b
user:      christos <christos%NetBSD.org@localhost>
date:      Tue Jan 10 21:14:13 2017 +0000

description:
needs <sys/stat.h>

diffstat:

 usr.bin/split/split.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 41aeb5c5fe07 -r 2808f1c1c65b usr.bin/split/split.c
--- a/usr.bin/split/split.c     Tue Jan 10 21:13:45 2017 +0000
+++ b/usr.bin/split/split.c     Tue Jan 10 21:14:13 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: split.c,v 1.26 2011/09/16 15:39:29 joerg Exp $ */
+/*     $NetBSD: split.c,v 1.27 2017/01/10 21:14:13 christos Exp $      */
 
 /*
  * Copyright (c) 1987, 1993, 1994
@@ -39,10 +39,11 @@
 #if 0
 static char sccsid[] = "@(#)split.c    8.3 (Berkeley) 4/25/94";
 #endif
-__RCSID("$NetBSD: split.c,v 1.26 2011/09/16 15:39:29 joerg Exp $");
+__RCSID("$NetBSD: split.c,v 1.27 2017/01/10 21:14:13 christos Exp $");
 #endif /* not lint */
 
 #include <sys/param.h>
+#include <sys/stat.h>
 
 #include <ctype.h>
 #include <err.h>



Home | Main Index | Thread Index | Old Index