diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-03-23 04:47:40 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-03-23 04:47:40 +0000 |
commit | bd39e9d2633d77b7d5189fba27be83694746a9c2 (patch) | |
tree | 783f68edc275ddda800235956e7a03e6f1736528 | |
parent | 3ba62a830825f5e1e1f70a8ec1f85abeaadc3f1f (diff) | |
download | rsync-bd39e9d2633d77b7d5189fba27be83694746a9c2.tar.gz |
prototype update
-rw-r--r-- | mkproto.awk | 2 |
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; } |