summaryrefslogtreecommitdiff
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-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 4de379fb4c8..de4e0b9edbf 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fstat.c,v 1.77 2014/05/30 07:14:46 guenther Exp $ */
+/* $OpenBSD: fstat.c,v 1.78 2014/08/10 07:29:45 guenther Exp $ */
/*
* Copyright (c) 2009 Todd C. Miller <Todd.Miller@courtesan.com>
@@ -790,12 +790,6 @@ socktrans(struct kinfo_file *kf)
printf(" %d ", kf->so_protocol);
hide((void *)(uintptr_t)kf->f_data);
break;
- case AF_BLUETOOTH:
- /* print protocol number and socket address */
- printf("* bluetooth %s", stype);
- printf(" %d ", kf->so_protocol);
- hide((void *)(uintptr_t)kf->f_data);
- break;
default:
/* print protocol number and socket address */
printf("* %d %s", kf->so_family, stype);