Magellan Linux

Annotation of /trunk/fam/patches/fam-2.7.0-limits.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 144 - (hide annotations) (download)
Tue May 8 20:06:05 2007 UTC (17 years ago) by niro
File size: 316 byte(s)
-import

1 niro 144 --- include/fam.h.orig 2005-05-06 17:42:40.772797499 +0100
2     +++ include/fam.h 2005-05-06 17:36:55.081176093 +0100
3     @@ -41,7 +41,7 @@
4     *****************************************************************************/
5    
6     /* For NAME_MAX - maximum # of chars in a filename */
7     -#include "limits.h"
8     +#include <limits.h>
9    
10    
11