diff options
Diffstat (limited to 'print/hplip3/files/patch-pcard_fat.c')
-rw-r--r-- | print/hplip3/files/patch-pcard_fat.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/print/hplip3/files/patch-pcard_fat.c b/print/hplip3/files/patch-pcard_fat.c deleted file mode 100644 index 805b9ba39d47..000000000000 --- a/print/hplip3/files/patch-pcard_fat.c +++ /dev/null @@ -1,14 +0,0 @@ ---- pcard/fat.c.orig Tue May 23 15:25:02 2006 -+++ pcard/fat.c Tue May 23 15:25:54 2006 -@@ -27,7 +27,11 @@ - \*****************************************************************************/ - - #include <stdlib.h> -+#ifdef __FreeBSD__ -+#include <inttypes.h> -+#else - #include <stdint.h> -+#endif - #include <stdio.h> - #include <string.h> - #include <unistd.h> |