Mail Archives: cygwin/1998/02/20/20:59:47
Just noted something strange. When I create a socket structure with:
struct sockaddr_in socket1;
And then later on in the program call bzero() like this:
bzero(&socket1, sizeof(socket1);
I get a compiler warning about passing argument 1 from an incompatable
pointer type. Any idea what's going on here?
- Greg Neujahr
keetnet AT wilmington DOT net
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -