Source-Changes-HG archive

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

[src/trunk]: src/regress/sys/kern/kqueue/write/fifo Include <string.h> for me...



details:   https://anonhg.NetBSD.org/src/rev/18cbd961da1d
branches:  trunk
changeset: 538759:18cbd961da1d
user:      martin <martin%NetBSD.org@localhost>
date:      Tue Oct 29 10:59:32 2002 +0000

description:
Include <string.h> for memset() prototype.

diffstat:

 regress/sys/kern/kqueue/write/fifo/fifo.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5889610b57b2 -r 18cbd961da1d regress/sys/kern/kqueue/write/fifo/fifo.c
--- a/regress/sys/kern/kqueue/write/fifo/fifo.c Tue Oct 29 10:39:36 2002 +0000
+++ b/regress/sys/kern/kqueue/write/fifo/fifo.c Tue Oct 29 10:59:32 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fifo.c,v 1.1.1.1 2002/10/03 07:46:03 jdolecek Exp $    */
+/*     $NetBSD: fifo.c,v 1.2 2002/10/29 10:59:32 martin Exp $  */
 
 /*-
  * Copyright (c) 2002 The NetBSD Foundation, Inc.
@@ -45,6 +45,7 @@
 #include <fcntl.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 #include <unistd.h>
 #include <inttypes.h>
 



Home | Main Index | Thread Index | Old Index