Don't need to know how to format bluetooth socket info here
authorguenther <guenther@openbsd.org>
Sun, 10 Aug 2014 07:29:45 +0000 (07:29 +0000)
committerguenther <guenther@openbsd.org>
Sun, 10 Aug 2014 07:29:45 +0000 (07:29 +0000)
usr.bin/fstat/fstat.c

index 4de379f..de4e0b9 100644 (file)
@@ -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);