From: Andrew Tridgell Date: Mon, 23 Mar 1998 04:47:40 +0000 (+0000) Subject: prototype update X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/bd39e9d2633d77b7d5189fba27be83694746a9c2 prototype update --- 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; }