Magellan Linux

Annotation of /trunk/hal/patches/hal-0.5.7.1-ctype-fix.patch

Parent Directory Parent Directory | Revision Log Revision Log


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

1 niro 144 diff -Nur hal-0.5.7.1-orig/hald/linux2/hotplug.c hal-0.5.7.1/hald/linux2/hotplug.c
2     --- hal-0.5.7.1-orig/hald/linux2/hotplug.c 2007-01-30 14:39:33.000000000 -0500
3     +++ hal-0.5.7.1/hald/linux2/hotplug.c 2007-01-30 14:39:52.000000000 -0500
4     @@ -28,6 +28,7 @@
5     #endif
6    
7     #include <stdio.h>
8     +#include <ctype.h>
9     #include <string.h>
10     #include <mntent.h>
11     #include <errno.h>