Anyone done this yet?  If not, here's problem # 1

[root@folkwolf esound]# gmake
gcc -DHAVE_CONFIG_H -I. -I. -I.   -g -O2 -c esdlib.c
esdlib.c: In function `esd_send_auth':
esdlib.c:15: `NAME_MAX' undeclared (first use this function)
esdlib.c:15: (Each undeclared identifier is reported only once
esdlib.c:15: for each function it appears in.)
esdlib.c:15: size of array `auth_filename' has non-integer type

        Which looks rather funny, because it is an integer.

Anyway here's the pertinent code for anyone on this list who's better at C

{
    int auth_fd = -1, i = 0;
    char auth_filename[NAME_MAX+1] = "", auth_key[ESD_KEY_LEN];
    char *home = NULL;
    char tumbler = '\0';


Matt Rose at his FUN e-mail address, and remember folks,
   "There are no Stupid Questions, just Stupid People"

-
To unsubscribe from this list send mail to: [EMAIL PROTECTED]
with the message contents: unsubscribe e-develop

Reply via email to