rpc/rpc.h missing #include netinet/in.h with sunrpc 4.0-3 and cygwin 1.7.5-1

2010-06-29 Thread Carlo Marcelo Arenas Belon
Greetings, the following will fail to build with recent cygwin (works with cygwin-legacy though) : $ cat t.c #include rpc/rpc.h int main(int argc, char *argv[]) { return 0; } ^D $ make t cc t.c -o t In file included from /usr/include/rpc/rpc.h:61, from t.c:1:

[PATCH] avoid 404 link for propietary cygwin license in userguide

2010-01-04 Thread Carlo Marcelo Arenas Belon
The following patch replaces a broken link in : http://cygwin.com/cygwin-ug-net/are-free.html with the closest URL I could find in Red Hat's website in reference to the proprietary cygwin licensing terms. feel free to replace it with a better suited link and/or correct it in Red Hat's website