b43-dasm: suppress compiler warning
[b43-tools.git] / fwcutter / fwcutter.h
index 4a887b632459376834def552d193e4fc4673812f..c6d3c3fc4a5ea3e2a0c336664f99a26f6b61ce92 100644 (file)
@@ -15,7 +15,7 @@
 typedef uint16_t be16_t; /* Big-endian 16bit */
 typedef uint32_t be32_t; /* Big-endian 32bit */
 
-#ifdef __DragonFly__
+#if defined(__DragonFly__) || defined(__FreeBSD__)
 #define bswap_16       bswap16
 #define bswap_32       bswap32
 #endif
@@ -68,7 +68,6 @@ struct extract {
 
 struct file {
        const char *name;
-       const char *id;
        const char *ucode_version;
        const char *md5;
        const struct extract *extract;