]> git.ozlabs.org Git - ppp.git/commitdiff
use option_error
authorPaul Mackerras <paulus@samba.org>
Wed, 28 Aug 1996 06:42:54 +0000 (06:42 +0000)
committerPaul Mackerras <paulus@samba.org>
Wed, 28 Aug 1996 06:42:54 +0000 (06:42 +0000)
pppd/sys-ultrix.c

index 92cde071d2a7907d72357e5a4b7515a8e063d63f..92ba6c770f0e1db6ea3cd7e2788900438cd49033 100644 (file)
@@ -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);
     }
 }