Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=526738





--- Comment #11 from Matt Domsch <[email protected]>  2009-10-12 15:06:05 
EDT ---
Yes, I was concerned about that too, but the inet_ntop.c and strlcpy.c are only
used on Windows.

setup.py has:

        libs = []
        src = [ 'radix.c', 'radix_python.c' ]
        if sys.platform == 'win32':
                libs += [ 'ws2_32' ]
                src += [ 'inet_ntop.c', 'strlcpy.c' ]

they're not used on Linux at all, so it's fine to keep them in the source tree
and not have to patch them out.

Thanks,
Matt

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Fedora-package-review mailing list
[email protected]
http://www.redhat.com/mailman/listinfo/fedora-package-review

Reply via email to