[Bug 2357] error when compiling rsync under Windows Services for Unix

samba-bugs at samba.org samba-bugs at samba.org
Fri Feb 18 01:04:34 GMT 2005


https://bugzilla.samba.org/show_bug.cgi?id=2357


wayned at samba.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED




------- Additional Comments From wayned at samba.org  2005-02-17 18:04 -------
The CVS version has this code in rsync.h to try to deal with this:

#if !defined makedev && defined mkdev
#define makedev mkdev
#endif

So, under Windows Services for Unix, is mkdev not a define?  I suppose we could
change the #if to something like this:

#if !defined makedev && (defined mkdev || defined WIN32)

Does that work?  Any better ideas?

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list