]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Handle uchar and short as a function return type.
authorWayne Davison <wayned@samba.org>
Fri, 18 Feb 2005 20:16:59 +0000 (20:16 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 18 Feb 2005 20:16:59 +0000 (20:16 +0000)
mkproto.awk

index ec949c676f3d97c4f10427eb62152329f4bec99f..cf21dd72fe04a51a6c811dd7f1039c1134939dbf 100644 (file)
@@ -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;
 }