Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-5]: src/distrib/utils/sysinst Pullup 1.28 [pk]:
details: https://anonhg.NetBSD.org/src/rev/0e0a46635bb8
branches: netbsd-1-5
changeset: 489957:0e0a46635bb8
user: tv <tv%NetBSD.org@localhost>
date: Fri Oct 20 17:25:01 2000 +0000
description:
Pullup 1.28 [pk]:
We need <fcntl.h>
diffstat:
distrib/utils/sysinst/target.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r efa08e38b6ea -r 0e0a46635bb8 distrib/utils/sysinst/target.c
--- a/distrib/utils/sysinst/target.c Fri Oct 20 17:22:09 2000 +0000
+++ b/distrib/utils/sysinst/target.c Fri Oct 20 17:25:01 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: target.c,v 1.22.10.3 2000/10/18 17:51:16 tv Exp $ */
+/* $NetBSD: target.c,v 1.22.10.4 2000/10/20 17:25:01 tv Exp $ */
/*
* Copyright 1997 Jonathan Stone
@@ -75,7 +75,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: target.c,v 1.22.10.3 2000/10/18 17:51:16 tv Exp $");
+__RCSID("$NetBSD: target.c,v 1.22.10.4 2000/10/20 17:25:01 tv Exp $");
#endif
/*
@@ -91,6 +91,7 @@
#include <sys/stat.h> /* stat() */
#include <sys/mount.h> /* statfs() */
+#include <fcntl.h>
#include <stdio.h>
#include <stdarg.h>
#include <unistd.h>
Home |
Main Index |
Thread Index |
Old Index