diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2011-07-09 00:45:41 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2011-07-09 00:45:41 +0000 |
commit | 5c3064772c2b01d274fcc287cca19c3be8a440a1 (patch) | |
tree | d0e3b78bdc1970c46e4ec18f069bd0107c7a3be2 /usr.bin/fstat | |
parent | b00ea6a7c4e24838c1ed7edd326dda78630ef0fd (diff) |
rmove rotten netatalk bits
Diffstat (limited to 'usr.bin/fstat')
-rw-r--r-- | usr.bin/fstat/fstat.c | 8 |
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); |