-/* $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>
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);