On: Fri, 14 Aug 1998 16:41:23 -0400 David L Kocher writes:
>
> Hi, I'm coding for a mud and I've run into some problems porting it to
> Debian...
>
> The write functions seems to be different... my previous declaration
> gave it's vars as
>
> (( int fd, char *buf, int nbyte ))
>
> The Debian de
Hi, I'm coding for a mud and I've run into some problems porting it to
Debian...
The write functions seems to be different... my previous declaration
gave it's vars as
(( int fd, char *buf, int nbyte ))
The Debian declaration gives them as
(( int fd, const char *bug, int nbyte ))
When I change
2 matches
Mail list logo