Got rid of RERR_LOG_FAILURE.
[rsync.git] / 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;
 }