|
@@ -125,7 +125,7 @@ do { \
|
|
sprintf(str + strlen(str), "*"); \
|
|
sprintf(str + strlen(str), "*"); \
|
|
} while(0)
|
|
} while(0)
|
|
|
|
|
|
-/* Always end in a wildcard, for future extension */
|
|
|
|
|
|
+/* End in a wildcard, for future extension */
|
|
static inline void add_wildcard(char *str)
|
|
static inline void add_wildcard(char *str)
|
|
{
|
|
{
|
|
int len = strlen(str);
|
|
int len = strlen(str);
|
|
@@ -704,7 +704,6 @@ static int do_of_entry (const char *filename, void *symval, char *alias)
|
|
if (isspace (*tmp))
|
|
if (isspace (*tmp))
|
|
*tmp = '_';
|
|
*tmp = '_';
|
|
|
|
|
|
- add_wildcard(alias);
|
|
|
|
return 1;
|
|
return 1;
|
|
}
|
|
}
|
|
ADD_TO_DEVTABLE("of", of_device_id, do_of_entry);
|
|
ADD_TO_DEVTABLE("of", of_device_id, do_of_entry);
|