X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/f0fca04e4e136c4a487a922e8fb09acf46aeafa0..b35d0d8e9ae9c5407c9f781b545f8a66b9caa9d0:/mkproto.awk diff --git a/mkproto.awk b/mkproto.awk index a08b1aff..6af5dfc3 100644 --- a/mkproto.awk +++ b/mkproto.awk @@ -58,7 +58,7 @@ BEGIN { next; } -!/^OFF_T|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ { +!/^OFF_T|^size_t|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ { next; }