X-Git-Url: https://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=pppd%2Fsys-ultrix.c;h=92ba6c770f0e1db6ea3cd7e2788900438cd49033;hp=92cde071d2a7907d72357e5a4b7515a8e063d63f;hb=510d8e703227eceb5cf5a7b3d254218b6033f391;hpb=30fcae8f24d235c9a95084afeea3da29a6d896ee;ds=sidebyside 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); } }