Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/nfs more fallout from rump_syscallargs.h including ...



details:   https://anonhg.NetBSD.org/src/rev/0e34278dfa58
branches:  trunk
changeset: 766534:0e34278dfa58
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 26 13:08:08 2011 +0000

description:
more fallout from rump_syscallargs.h including <signal.h>

diffstat:

 tests/fs/nfs/t_mountd.c |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 5e324540f1ac -r 0e34278dfa58 tests/fs/nfs/t_mountd.c
--- a/tests/fs/nfs/t_mountd.c   Sun Jun 26 13:06:00 2011 +0000
+++ b/tests/fs/nfs/t_mountd.c   Sun Jun 26 13:08:08 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: t_mountd.c,v 1.3 2010/11/07 17:51:18 jmmv Exp $        */
+/*     $NetBSD: t_mountd.c,v 1.4 2011/06/26 13:08:08 christos Exp $    */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -36,6 +36,7 @@
 #include <stdlib.h>
 #include <unistd.h>
 #include <string.h>
+#include <signal.h>
 
 #include <rump/rump.h>
 #include <rump/rump_syscalls.h>



Home | Main Index | Thread Index | Old Index