summaryrefslogtreecommitdiff
path: root/usr.bin/fstat/fstat.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/fstat/fstat.c')
-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);