summaryrefslogtreecommitdiff
path: root/mkproto.awk
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-03-23 04:47:40 +0000
committerAndrew Tridgell <tridge@samba.org>1998-03-23 04:47:40 +0000
commitbd39e9d2633d77b7d5189fba27be83694746a9c2 (patch)
tree783f68edc275ddda800235956e7a03e6f1736528 /mkproto.awk
parent3ba62a830825f5e1e1f70a8ec1f85abeaadc3f1f (diff)
downloadrsync-bd39e9d2633d77b7d5189fba27be83694746a9c2.tar.gz
prototype update
Diffstat (limited to 'mkproto.awk')
-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;
}