diff options
Diffstat (limited to '')
-rw-r--r-- | devel/firmware-utils/files/patch-ptgen.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/firmware-utils/files/patch-ptgen.c b/devel/firmware-utils/files/patch-ptgen.c deleted file mode 100644 index 956f31160910..000000000000 --- a/devel/firmware-utils/files/patch-ptgen.c +++ /dev/null @@ -1,11 +0,0 @@ ---- ptgen.c.orig 2011-12-22 14:21:03 UTC -+++ ptgen.c -@@ -29,6 +29,8 @@ - #include <ctype.h> - #include <fcntl.h> - -+#include "freebsd.h" -+ - #if __BYTE_ORDER == __BIG_ENDIAN - #define cpu_to_le16(x) bswap_16(x) - #elif __BYTE_ORDER == __LITTLE_ENDIAN |