On Thu, Dec 02, 1999 at 01:00:16AM -0800, Manny Obrey wrote:
> Hello,
> This may be a simple error on my part but I've narrowed my prob to
> the snippet below.
>
> When trying to compile:
>
> #include <sys/sockets.h>
> #include <stdio.h>
>
> int main () { return 0;}
>
> I get error messages which state parse errors in
> /usr/include/sys/socket.h
>
> Any suggestions would be appreciated.
man socket:
SYNOPSIS
#include <sys/types.h>
#include <sys/socket.h>
enough said.
<snipped>
-Chris
--
[EMAIL PROTECTED] [EMAIL PROTECTED]
Abbotsford, BC, Canada
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message