Here is a patch. According to C89 (I believe), declarations must come
first in a local block.
--- user_auth.c.orig Fri Nov 14 05:05:33 2003
+++ user_auth.c Thu Nov 27 15:42:13 2003
@@ -1043,8 +1043,8 @@
DEBUG1("Pgp_get_pgppassfd: PGPPASS '%s'", s );
*pgppass = s;
} else if( (s = getenv( "PGPPASSFD" )) ){
- t = 0;
char buffer[128];
+ t = 0;
pgppassfd = strtol(s,&t,10);
if( pgppassfd <= 0 || !t || *t || fstat(pgppassfd, &statb) ){
Errorcode = JABORT;
-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRNG MAILING LIST
The address you post from MUST be your subscription address
If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body. For the impatient,
to subscribe to a list with name LIST, send mail to [EMAIL PROTECTED]
with: | example:
subscribe LIST <mailaddr> | subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr> | unsubscribe lprng [EMAIL PROTECTED]
If you have major problems, send email to [EMAIL PROTECTED] with the word
LPRNGLIST in the SUBJECT line.
-----------------------------------------------------------------------------