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/ea7b811b7175
branches: trunk
changeset: 350378:ea7b811b7175
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 2cf8c4d06030 -r ea7b811b7175 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