Re: Mud problems

1998-08-15 Thread Torsten Hilbrich
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

Mud problems

1998-08-14 Thread David L. Kocher
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