From: Wayne Davison Date: Tue, 12 Dec 2006 15:01:57 +0000 (+0000) Subject: Removed last reference to "struct hlist". X-Git-Tag: v3.0.0pre1~488 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=234844915e81c9ebc3e95b2e312982d3d1eb59a3;p=thirdparty%2Frsync.git Removed last reference to "struct hlist". --- diff --git a/rsync.h b/rsync.h index 75745f5f..e5a40194 100644 --- a/rsync.h +++ b/rsync.h @@ -507,7 +507,6 @@ struct file_struct { uid_t uid; /* The user ID number */ uid_t gid; /* The group ID number or GID_NONE */ struct idev *idev; /* The hard-link info during matching */ - struct hlist *hlist; /* The hard-link info after matching */ int32 num; /* A signed number */ uint32 unum; /* An unsigned number */ } extras[1];