summaryrefslogtreecommitdiffstats
path: root/usr.sbin/arp/arp.c
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2015-12-08 14:20:24 +0000
committertedu <tedu@openbsd.org>2015-12-08 14:20:24 +0000
commita03c28259ee90d4c6d22e6cf6c9bed050bd7591c (patch)
tree731518ad2e084d49b4e42056941892a9d493938b /usr.sbin/arp/arp.c
parentjmc discovered more references to trailers. i think it's safe to remove (diff)
downloadwireguard-openbsd-a03c28259ee90d4c6d22e6cf6c9bed050bd7591c.tar.xz
wireguard-openbsd-a03c28259ee90d4c6d22e6cf6c9bed050bd7591c.zip
remove undocumented message about trailers
Diffstat (limited to 'usr.sbin/arp/arp.c')
-rw-r--r--usr.sbin/arp/arp.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.sbin/arp/arp.c b/usr.sbin/arp/arp.c
index fba7ed0dd45..637cf791f82 100644
--- a/usr.sbin/arp/arp.c
+++ b/usr.sbin/arp/arp.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: arp.c,v 1.69 2015/10/14 04:03:01 deraadt Exp $ */
+/* $OpenBSD: arp.c,v 1.70 2015/12/08 14:20:24 tedu Exp $ */
/* $NetBSD: arp.c,v 1.12 1995/04/24 13:25:18 cgd Exp $ */
/*
@@ -316,9 +316,7 @@ set(int argc, char *argv[])
usage();
return (0);
}
- } else if (strncmp(argv[0], "trail", 5) == 0)
- printf("%s: Sending trailers is no longer supported\n",
- host);
+ }
argv++;
}