Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/atari/stand/installboot need <sys/stat.h>
details: https://anonhg.NetBSD.org/src/rev/bdf97bf350a8
branches: trunk
changeset: 350444:bdf97bf350a8
user: christos <christos%NetBSD.org@localhost>
date: Wed Jan 11 18:32:48 2017 +0000
description:
need <sys/stat.h>
diffstat:
sys/arch/atari/stand/installboot/installboot.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (20 lines):
diff -r 002e69a04be2 -r bdf97bf350a8 sys/arch/atari/stand/installboot/installboot.c
--- a/sys/arch/atari/stand/installboot/installboot.c Wed Jan 11 18:25:46 2017 +0000
+++ b/sys/arch/atari/stand/installboot/installboot.c Wed Jan 11 18:32:48 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: installboot.c,v 1.35 2015/08/12 17:59:51 tsutsui Exp $ */
+/* $NetBSD: installboot.c,v 1.36 2017/01/11 18:32:48 christos Exp $ */
/*
* Copyright (c) 1995 Waldi Ravens
@@ -30,8 +30,9 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/param.h>
#include <sys/types.h>
-#include <sys/param.h>
+#include <sys/stat.h>
#include <sys/sysctl.h>
#include <sys/ioctl.h>
#include <unistd.h>
Home |
Main Index |
Thread Index |
Old Index