ports/sysutils/fusefs-ntfs/files/patch-ntfsprogs__ntfsresize.c
Julien Laffaye a5b68f24f9 Update to 2011.4.12
Do no install files outside PREFIX

PR:		ports/156615 (based on)
Submitted by:	bartoletti <coder@tuxfamily.org>
Approved by:	tabthorpe (mentor)
2011-07-10 16:29:38 +00:00

12 lines
295 B
C

--- ntfsprogs/ntfsresize.2 2011-04-10 20:04:41.000000000 +0200
+++ ntfsprogs/ntfsresize.c 2011-04-24 08:34:35.000000000 +0200
@@ -48,6 +48,9 @@
#ifdef HAVE_ERRNO_H
#include <errno.h>
#endif
+#ifdef HAVE_LIMITS_H
+#include <limits.h>
+#endif
#ifdef HAVE_GETOPT_H
#include <getopt.h>
#endif