summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2002-01-25 10:16:11 +0000
committerMartin Pool <mbp@samba.org>2002-01-25 10:16:11 +0000
commit2119a4c46215d8fd1eadd6b34b7437493fe19080 (patch)
tree51056f5253b48eae15b06e7d9d4ab0873ea6bb25
parent1d5a1da9f82f71e42e1609a4f91ef9020855be4b (diff)
downloadrsync-2119a4c46215d8fd1eadd6b34b7437493fe19080.tar.gz
Another DEV64_T change.
-rw-r--r--flist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/flist.c b/flist.c
index dd4073db..7fa13ba9 100644
--- a/flist.c
+++ b/flist.c
@@ -311,7 +311,7 @@ static void send_file_entry(struct file_struct *file, int f,
unsigned char flags;
static time_t last_time;
static mode_t last_mode;
- static dev_t last_rdev;
+ static DEV64_T last_rdev;
static uid_t last_uid;
static gid_t last_gid;
static char lastname[MAXPATHLEN];
@@ -430,7 +430,7 @@ static void receive_file_entry(struct file_struct **fptr,
{
static time_t last_time;
static mode_t last_mode;
- static dev_t last_rdev;
+ static DEV64_T last_rdev;
static uid_t last_uid;
static gid_t last_gid;
static char lastname[MAXPATHLEN];