aboutsummaryrefslogtreecommitdiff
path: root/sbin/route/route.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/route/route.c')
-rw-r--r--sbin/route/route.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/route/route.c b/sbin/route/route.c
index 4d0c02746ed6..1930ea6ffb31 100644
--- a/sbin/route/route.c
+++ b/sbin/route/route.c
@@ -40,7 +40,7 @@ char copyright[] =
#ifndef lint
/* From: static char sccsid[] = "@(#)route.c 5.35 (Berkeley) 6/27/91"; */
const char main_c_rcsid[] =
- "$Id: route.c,v 1.3 1993/11/17 21:27:20 wollman Exp $";
+ "$Id: route.c,v 1.4 1994/06/23 17:10:40 ats Exp $";
#endif /* not lint */
#include <sys/param.h>
@@ -166,7 +166,7 @@ main(argc, argv)
break;
case '?':
default:
- usage();
+ usage((char *)NULL);
}
argc -= optind;
argv += optind;