From: Wayne Davison Date: Fri, 18 Feb 2005 20:16:59 +0000 (+0000) Subject: Handle uchar and short as a function return type. X-Git-Tag: v2.6.4pre1~107 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc1fac96486956f7b1b2185aa4296955289f98cb;p=thirdparty%2Frsync.git Handle uchar and short as a function return type. --- diff --git a/mkproto.awk b/mkproto.awk index ec949c67..cf21dd72 100644 --- a/mkproto.awk +++ b/mkproto.awk @@ -58,7 +58,7 @@ BEGIN { next; } -!/^OFF_T|^size_t|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time|^const/ { +!/^OFF_T|^size_t|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^uchar|^short|^struct|^BOOL|^void|^time|^const/ { next; }