Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/regress/sys/uvm/mmap add in inclusion of file to get memset ...
details: https://anonhg.NetBSD.org/src/rev/3631ff122896
branches: trunk
changeset: 474817:3631ff122896
user: mjacob <mjacob%NetBSD.org@localhost>
date: Wed Jul 21 21:46:17 1999 +0000
description:
add in inclusion of file to get memset prototype declaration.
diffstat:
regress/sys/uvm/mmap/mmap.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r f506b0f1540d -r 3631ff122896 regress/sys/uvm/mmap/mmap.c
--- a/regress/sys/uvm/mmap/mmap.c Wed Jul 21 20:28:45 1999 +0000
+++ b/regress/sys/uvm/mmap/mmap.c Wed Jul 21 21:46:17 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mmap.c,v 1.5 1999/07/18 00:43:22 thorpej Exp $ */
+/* $NetBSD: mmap.c,v 1.6 1999/07/21 21:46:17 mjacob Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -53,6 +53,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
+#include <string.h> /* for memset declaration (?) */
int main __P((int, char *[]));
void usage __P((void));
Home |
Main Index |
Thread Index |
Old Index