[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Mud problems



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 my char to constant chars it really hurts things... any
suggestions?

Dave




Reply to: