diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-21 07:59:40 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2007-05-21 07:59:40 +0200 |
commit | c19870519d0a23bbf7f5cf206cefab6418a9f4be (patch) | |
tree | 938d23ce5cb4a094505da39af93049c7968088ab /udev.h | |
parent | 8cc6c96f1b8f77defb953e0d75de790d9737f0c4 (diff) |
replace_chars: replace % character
Diffstat (limited to 'udev.h')
-rw-r--r-- | udev.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,9 +34,9 @@ #define NAME_SIZE 256 #define VALUE_SIZE 128 -#define ALLOWED_CHARS "#+-.:=@_%" +#define ALLOWED_CHARS "#+-.:=@_" #define ALLOWED_CHARS_FILE ALLOWED_CHARS "/" -#define ALLOWED_CHARS_INPUT ALLOWED_CHARS " $/?," +#define ALLOWED_CHARS_INPUT ALLOWED_CHARS_FILE " $%?," #define DEFAULT_PARTITIONS_COUNT 15 #define UDEV_ALARM_TIMEOUT 180 |