From: guenther Date: Sun, 10 Aug 2014 07:29:45 +0000 (+0000) Subject: Don't need to know how to format bluetooth socket info here X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=61c1eafe6c069b602917536764011898e60c8f6b;p=openbsd Don't need to know how to format bluetooth socket info here --- 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 @@ -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);