add support for lseek64() under solaris 2.6
[rsync/rsync.git] / mkproto.awk
index 026b43b..0e3f5bf 100644 (file)
@@ -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;
 }