PKGBUILDs/extra/fam/fam-2.7.0-limits.patch

12 lines
316 B
Diff
Raw Normal View History

2009-10-10 02:23:22 +00:00
--- include/fam.h.orig 2005-05-25 09:26:38.000000000 +0000
+++ include/fam.h 2005-05-25 09:27:04.000000000 +0000
@@ -41,7 +41,7 @@
*****************************************************************************/
/* For NAME_MAX - maximum # of chars in a filename */
-#include "limits.h"
+#include <limits.h>