Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/npf/npfctl remove dup usage.
details: https://anonhg.NetBSD.org/src/rev/15f44d4b2197
branches: trunk
changeset: 785378:15f44d4b2197
user: christos <christos%NetBSD.org@localhost>
date: Mon Mar 11 00:34:43 2013 +0000
description:
remove dup usage.
diffstat:
usr.sbin/npf/npfctl/npfctl.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diffs (28 lines):
diff -r 3b76740e5fa2 -r 15f44d4b2197 usr.sbin/npf/npfctl/npfctl.c
--- a/usr.sbin/npf/npfctl/npfctl.c Mon Mar 11 00:29:09 2013 +0000
+++ b/usr.sbin/npf/npfctl/npfctl.c Mon Mar 11 00:34:43 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: npfctl.c,v 1.33 2013/03/11 00:16:59 christos Exp $ */
+/* $NetBSD: npfctl.c,v 1.34 2013/03/11 00:34:43 christos Exp $ */
/*-
* Copyright (c) 2009-2013 The NetBSD Foundation, Inc.
@@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: npfctl.c,v 1.33 2013/03/11 00:16:59 christos Exp $");
+__RCSID("$NetBSD: npfctl.c,v 1.34 2013/03/11 00:34:43 christos Exp $");
#include <sys/ioctl.h>
#include <sys/stat.h>
@@ -136,9 +136,6 @@
fprintf(stderr,
"\t%s table <tid> { list | flush }\n",
progname);
- fprintf(stderr,
- "\t%s ( sess-save | sess-load )\n",
- progname);
exit(EXIT_FAILURE);
}
Home |
Main Index |
Thread Index |
Old Index