X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/bd39e9d2633d77b7d5189fba27be83694746a9c2..59503278bfc27ad27c03dfaeab4e3de02198f81c:/mkproto.awk diff --git a/mkproto.awk b/mkproto.awk index 026b43b7..0e3f5bf3 100644 --- a/mkproto.awk +++ b/mkproto.awk @@ -23,7 +23,7 @@ BEGIN { next; } -!/^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ { +!/^OFF_T|^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ { next; }