My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
nomicon/pkgs/tools/filesystems/jfsutils/types.patch

12 lines
364 B

diff -ru -x '*~' jfsutils-1.1.15-orig/libfs/devices.h jfsutils-1.1.15/libfs/devices.h
--- jfsutils-1.1.15-orig/libfs/devices.h 2005-11-22 21:43:55.000000000 +0100
+++ jfsutils-1.1.15/libfs/devices.h 2013-01-28 13:58:56.888630278 +0100
@@ -18,6 +18,8 @@
#ifndef H_DEVICES
#define H_DEVICES
+#include <inttypes.h>
+
#define GET 0
#define PUT 1
#define VRFY 2