From: Andrew Tridgell Date: Mon, 23 Mar 1998 04:47:40 +0000 (+0000) Subject: prototype update X-Git-Tag: v1.7.0~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd39e9d2633d77b7d5189fba27be83694746a9c2;p=thirdparty%2Frsync.git 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; }