Module Name:    src
Committed By:   christos
Date:           Sun Apr  3 00:48:29 UTC 2016

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

Log Message:
add idtype.h to mklintstub and say who generates it.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 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.25 src/lib/libc/sys/makelintstub:1.26
--- src/lib/libc/sys/makelintstub:1.25	Sat Feb 11 20:46:05 2012
+++ src/lib/libc/sys/makelintstub	Sat Apr  2 20:48:29 2016
@@ -1,5 +1,5 @@
 #!/bin/sh -
-# $NetBSD: makelintstub,v 1.25 2012/02/12 01:46:05 martin Exp $
+# $NetBSD: makelintstub,v 1.26 2016/04/03 00:48:29 christos Exp $
 #
 # Copyright (c) 1996, 1997 Christopher G. Demetriou
 # All rights reserved.
@@ -56,6 +56,7 @@ header()
 	cat <<- __EOF__
 	/*
 	 * THIS IS AN AUTOMATICALLY GENERATED FILE.  DO NOT EDIT.
+	 * It is generated by $PROG
 	 */
 
 	#include <sys/param.h>
@@ -69,6 +70,7 @@ header()
 	#include <sys/poll.h>
 	#include <sys/uio.h>
 	#include <sys/ipc.h>
+	#include <sys/idtype.h>
 	#include <sys/lwpctl.h>
 	#include <sys/mqueue.h>
 	#include <sys/msg.h>

Reply via email to