I get a compiler warning when compiling vars.c. I have make the following patch
to remove the warning:
*** vars.c.orig Sat Aug 19 15:34:51 2000
--- vars.c Wed Sep 20 12:33:17 2000
***************
*** 62,68 ****
{ "Tbcp", "tbcp", (char **)&Tbcp, FLGV },
{ "Text", "text", (char **)&Text, FLGV },
{ "Trace_on_stderr", "trace", (char **)&Trace_on_stderr, FLGV },
! { "Wait_for_banner_page", "wait_for_banner", &Wait_for_banner, FLGV },
{ "Waitend", "waitend", &Waitend, STRV },
{ "Waitend_ctrl_t_interval", "waitend_ctrl_t_interval", (char
**)&Waitend_ctrl_t_interval, INTV },
{ "Waitend_interval", "waitend_interval", (char **)&Waitend_interval,
INTV },
--- 62,68 ----
{ "Tbcp", "tbcp", (char **)&Tbcp, FLGV },
{ "Text", "text", (char **)&Text, FLGV },
{ "Trace_on_stderr", "trace", (char **)&Trace_on_stderr, FLGV },
! { "Wait_for_banner_page", "wait_for_banner", (char **)&Wait_for_banner,
FLGV },
{ "Waitend", "waitend", &Waitend, STRV },
{ "Waitend_ctrl_t_interval", "waitend_ctrl_t_interval", (char
**)&Waitend_ctrl_t_interval, INTV },
{ "Waitend_interval", "waitend_interval", (char **)&Waitend_interval,
INTV },
-Justus
-----------------------------------------------------------------------------
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.
-----------------------------------------------------------------------------