summaryrefslogtreecommitdiffstats
path: root/usr.bin/fstat
diff options
context:
space:
mode:
authorguenther <guenther@openbsd.org>2014-08-10 07:29:45 +0000
committerguenther <guenther@openbsd.org>2014-08-10 07:29:45 +0000
commit61c1eafe6c069b602917536764011898e60c8f6b (patch)
treebb688780df84db9145861eaf1d902a350a98f529 /usr.bin/fstat
parentNo more bluetooth in netintr(), so delete NETISR_BT. Zap the declaration (diff)
downloadwireguard-openbsd-61c1eafe6c069b602917536764011898e60c8f6b.tar.xz
wireguard-openbsd-61c1eafe6c069b602917536764011898e60c8f6b.zip
Don't need to know how to format bluetooth socket info here
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 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);