Source-Changes-HG archive

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

[src/trunk]: src/tests/fs/common ggr, how many of those I will need to fix. F...



details:   https://anonhg.NetBSD.org/src/rev/5e324540f1ac
branches:  trunk
changeset: 766533:5e324540f1ac
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Jun 26 13:06:00 2011 +0000

description:
ggr, how many of those I will need to fix. Fallout from the bogus inclusion
of <signal.h> in rump_syscallargs.h.

diffstat:

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

diffs (17 lines):

diff -r 4747591965ed -r 5e324540f1ac tests/fs/common/fstest_ffs.c
--- a/tests/fs/common/fstest_ffs.c      Sun Jun 26 12:14:59 2011 +0000
+++ b/tests/fs/common/fstest_ffs.c      Sun Jun 26 13:06:00 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fstest_ffs.c,v 1.4 2011/01/13 12:55:19 pooka Exp $     */
+/*     $NetBSD: fstest_ffs.c,v 1.5 2011/06/26 13:06:00 christos Exp $  */
 
 /*-
  * Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -37,6 +37,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <signal.h>
 
 #include <ufs/ufs/ufsmount.h>
 



Home | Main Index | Thread Index | Old Index