summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mkproto.awk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mkproto.awk b/mkproto.awk
index 0eb03de6..026b43b7 100644
--- a/mkproto.awk
+++ b/mkproto.awk
@@ -23,7 +23,7 @@ BEGIN {
next;
}
-!/^off_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ {
+!/^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ {
next;
}