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/dda4ecb4ca0e
branches: trunk
changeset: 814653:dda4ecb4ca0e
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 27757e0abb3b -r dda4ecb4ca0e 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