summaryrefslogtreecommitdiffstats
path: root/sys/net/if.h
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2008-07-30 21:01:51 +0000
committerjhb <jhb@FreeBSD.org>2008-07-30 21:01:51 +0000
commit4ffedc310b77717888890137221df8ea55bf7969 (patch)
tree55369b9915beba1532dd819e307b330ad246fbe9 /sys/net/if.h
parent4ad195ad47eef92468eb8a4e67016fc31c9265f1 (diff)
downloadFreeBSD-src-4ffedc310b77717888890137221df8ea55bf7969.zip
FreeBSD-src-4ffedc310b77717888890137221df8ea55bf7969.tar.gz
Trim some noise from some #ifdef's. This had leaked into the compat32
support for bpf(4) due to hacks in the Y! tree for a truss32 binary (since superseded by native support for 32-bit binaries in truss itself). MFC after: 1 week
Diffstat (limited to 'sys/net/if.h')
-rw-r--r--sys/net/if.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if.h b/sys/net/if.h
index 95566fb..216c5b4 100644
--- a/sys/net/if.h
+++ b/sys/net/if.h
@@ -374,7 +374,7 @@ struct ifconf {
#define ifc_req ifc_ifcu.ifcu_req /* array of structures returned */
};
-#if defined (__amd64__) || defined (COMPAT_32BIT)
+#if defined (__amd64__)
struct ifconf32 {
int ifc_len; /* size of associated buffer */
union {
OpenPOWER on IntegriCloud