From: Paul Mackerras Date: Wed, 28 Aug 1996 06:42:54 +0000 (+0000) Subject: use option_error X-Git-Tag: RELEASE_2_3_6~351 X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=commitdiff_plain;h=510d8e703227eceb5cf5a7b3d254218b6033f391 use option_error --- diff --git a/pppd/sys-ultrix.c b/pppd/sys-ultrix.c index 92cde07..92ba6c7 100644 --- a/pppd/sys-ultrix.c +++ b/pppd/sys-ultrix.c @@ -21,7 +21,7 @@ */ #ifndef lint -static char rcsid[] = "$Id: sys-ultrix.c,v 1.18 1996/07/01 01:20:29 paulus Exp $"; +static char rcsid[] = "$Id: sys-ultrix.c,v 1.19 1996/08/28 06:42:54 paulus Exp $"; #endif /* @@ -141,8 +141,7 @@ void sys_check_options() { if (demand) { - fprintf(stderr, - "Sorry - demand-dialling is not supported under Ultrix\n"); + option_error("Sorry - demand-dialling is not supported under Ultrix\n"); exit(1); } }