Source-Changes-HG archive

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

[src/netbsd-7]: src/tests/lib/libc/gen Pull up following revision(s) (request...



details:   https://anonhg.NetBSD.org/src/rev/876d5b1790e4
branches:  netbsd-7
changeset: 798831:876d5b1790e4
user:      snj <snj%NetBSD.org@localhost>
date:      Mon Jan 12 21:02:09 2015 +0000

description:
Pull up following revision(s) (requested by gson in ticket #413):
        tests/lib/libc/gen/isqemu.h: revision 1.4
Need stdlib.h for EXIT_FAILURE

diffstat:

 tests/lib/libc/gen/isqemu.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 949bbb62f311 -r 876d5b1790e4 tests/lib/libc/gen/isqemu.h
--- a/tests/lib/libc/gen/isqemu.h       Mon Jan 12 21:00:29 2015 +0000
+++ b/tests/lib/libc/gen/isqemu.h       Mon Jan 12 21:02:09 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isqemu.h,v 1.3 2013/04/14 12:46:29 martin Exp $        */
+/*     $NetBSD: isqemu.h,v 1.3.10.1 2015/01/12 21:02:09 snj Exp $      */
 
 /*-
  * Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -34,6 +34,7 @@
 #include <sys/param.h>
 #include <sys/sysctl.h>
 #include <stdbool.h>
+#include <stdlib.h>
 #include <string.h>
 #include <errno.h>
 #include <err.h>



Home | Main Index | Thread Index | Old Index