Module Name:    src
Committed By:   martin
Date:           Sun Feb 12 01:46:05 UTC 2012

Modified Files:
        src/lib/libc/sys: makelintstub

Log Message:
Add missing <sys/spawn.h> include


To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/lib/libc/sys/makelintstub

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/libc/sys/makelintstub
diff -u src/lib/libc/sys/makelintstub:1.24 src/lib/libc/sys/makelintstub:1.25
--- src/lib/libc/sys/makelintstub:1.24	Wed Feb  1 05:34:40 2012
+++ src/lib/libc/sys/makelintstub	Sun Feb 12 01:46:05 2012
@@ -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 @@ header()
 	#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>

Reply via email to