summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp/arp.c
diff options
context:
space:
mode:
authorthib <thib@openbsd.org>2008-02-14 09:28:02 +0000
committerthib <thib@openbsd.org>2008-02-14 09:28:02 +0000
commit24287c36cd0e2e57658262d612d76134232cd502 (patch)
tree9a25ddeb4b86e857bdd6f43d6e2c94e0287d8551 /usr.sbin/arp/arp.c
parentMissed updating the SK_IS_YUKON2 macro when adding Yukon Supreme support. (diff)
downloadwireguard-openbsd-24287c36cd0e2e57658262d612d76134232cd502.tar.xz
wireguard-openbsd-24287c36cd0e2e57658262d612d76134232cd502.zip
backout the change to make arp(8) default to -an;
Remove that blurp from the man page also. requested by deraadt@;
Diffstat (limited to 'usr.sbin/arp/arp.c')
-rw-r--r--usr.sbin/arp/arp.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c
index 86b5d0e59d3..c8072e96526 100644
--- a/usr.sbin/arp/arp.c
+++ b/usr.sbin/arp/arp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arp.c,v 1.42 2008/02/07 16:53:58 thib Exp $ */
+/* $OpenBSD: arp.c,v 1.43 2008/02/14 09:28:02 thib Exp $ */
/* $NetBSD: arp.c,v 1.12 1995/04/24 13:25:18 cgd Exp $ */
/*
@@ -131,9 +131,6 @@ main(int argc, char *argv[])
break;
}
}
- if (argc == 1)
- aflag = nflag = 1;
-
argc -= optind;
argv += optind;