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-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/bc1fac96486956f7b1b2185aa4296955289f98cb 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; }