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 idtype.h to mklintstub and say who generate...



details:   https://anonhg.NetBSD.org/src/rev/6f2045277aaa
branches:  trunk
changeset: 344511:6f2045277aaa
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Apr 03 00:48:29 2016 +0000

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

diffstat:

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

diffs (26 lines):

diff -r fe6d2974b312 -r 6f2045277aaa lib/libc/sys/makelintstub
--- a/lib/libc/sys/makelintstub Sun Apr 03 00:20:22 2016 +0000
+++ b/lib/libc/sys/makelintstub Sun Apr 03 00:48:29 2016 +0000
@@ -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 @@
        cat <<- __EOF__
        /*
         * THIS IS AN AUTOMATICALLY GENERATED FILE.  DO NOT EDIT.
+        * It is generated by $PROG
         */
 
        #include <sys/param.h>
@@ -69,6 +70,7 @@
        #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>



Home | Main Index | Thread Index | Old Index