Source-Changes-HG archive

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

[src/trunk]: src/lib/libc/sys Add missing <sys/spawn.h> include



details:   https://anonhg.NetBSD.org/src/rev/30b668ec3c10
branches:  trunk
changeset: 773656:30b668ec3c10
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Feb 12 01:46:05 2012 +0000

description:
Add missing <sys/spawn.h> include

diffstat:

 lib/libc/sys/makelintstub |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 9dc8ab41fa54 -r 30b668ec3c10 lib/libc/sys/makelintstub
--- a/lib/libc/sys/makelintstub Sat Feb 11 23:36:18 2012 +0000
+++ b/lib/libc/sys/makelintstub Sun Feb 12 01:46:05 2012 +0000
@@ -1,5 +1,5 @@
 #!/bin/sh -
-# $NetBSD: makelintstub,v 1.24 2012/02/01 05:34:40 dholland Exp $
+# $NetBSD: makelintstub,v 1.25 2012/02/12 01:46:05 martin Exp $
 #
 # Copyright (c) 1996, 1997 Christopher G. Demetriou
 # All rights reserved.
@@ -74,6 +74,7 @@
        #include <sys/msg.h>
        #include <sys/sem.h>
        #include <sys/shm.h>
+       #include <sys/spawn.h>
        #include <sys/sched.h>
        #include <sys/timex.h>
        #include <sys/socket.h>



Home | Main Index | Thread Index | Old Index