patch-text-utils_hexdump_h 435 B

123456789101112
  1. patch taken from sabotage linux -- https://github.com/rofl0r/sabotage
  2. --- util-linux-2.23.2.orig/text-utils/hexdump.h 2013-07-30 10:39:26.000000000 +0200
  3. +++ util-linux-2.23.2/text-utils/hexdump.h 2013-08-14 12:44:31.000000000 +0200
  4. @@ -33,6 +33,7 @@
  5. * @(#)hexdump.h 5.4 (Berkeley) 6/1/90
  6. */
  7. +#include <sys/types.h>
  8. typedef struct _pr {
  9. struct _pr *nextpr; /* next print unit */
  10. #define F_ADDRESS 0x001 /* print offset */