From 510d8e703227eceb5cf5a7b3d254218b6033f391 Mon Sep 17 00:00:00 2001 From: Paul Mackerras Date: Wed, 28 Aug 1996 06:42:54 +0000 Subject: [PATCH] use option_error --- pppd/sys-ultrix.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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); } } -- 2.39.2