in local->local mode don't use exec to start the "remote" rsync,
[rsync/rsync.git] / mkproto.awk
index 0eb03de..026b43b 100644 (file)
@@ -23,7 +23,7 @@ BEGIN {
   next;
 }
 
-!/^off_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ {
+!/^off_t|^pid_t|^unsigned|^mode_t|^DIR|^user|^int|^char|^uint|^struct|^BOOL|^void|^time/ {
   next;
 }