X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1ed56a05c26b6cb6f3891ce16be89aeab388a293..c4c9bb944bf6d1e17b8884a41a932db26528372e:/rsync.h diff --git a/rsync.h b/rsync.h index d6a4b18e..9403de33 100644 --- a/rsync.h +++ b/rsync.h @@ -409,13 +409,13 @@ enum msgcode { #include "lib/pool_alloc.h" #ifndef HAVE_ID_T -typedef int id_t; +typedef unsigned int id_t; #endif #ifndef HAVE_PID_T typedef int pid_t; #endif #ifndef HAVE_MODE_T -typedef int mode_t; +typedef unsigned int mode_t; #endif #ifndef HAVE_OFF_T typedef long off_t;