summaryrefslogtreecommitdiff
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2011-07-09 00:45:41 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2011-07-09 00:45:41 +0000
commit5c3064772c2b01d274fcc287cca19c3be8a440a1 (patch)
treed0e3b78bdc1970c46e4ec18f069bd0107c7a3be2 /usr.bin/fstat
parentb00ea6a7c4e24838c1ed7edd326dda78630ef0fd (diff)
rmove rotten netatalk bits
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r--usr.bin/fstat/fstat.c8
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index f87ae1d0e71..1e4be93d0ef 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fstat.c,v 1.70 2009/10/27 23:59:38 deraadt Exp $ */
+/* $OpenBSD: fstat.c,v 1.71 2011/07/09 00:45:40 henning Exp $ */
/*
* Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -696,12 +696,6 @@ socktrans(struct kinfo_file2 *kf)
printf(" %d %p", kf->so_protocol,
(void *)(uintptr_t)kf->f_data);
break;
- case AF_APPLETALK:
- /* print protocol number and socket address */
- printf("* appletalk %s", stype);
- printf(" %d %p", kf->so_protocol,
- (void *)(uintptr_t)kf->f_data);
- break;
default:
/* print protocol number and socket address */
printf("* %d %s", kf->so_family, stype);