summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
authorKay Sievers <kay.sievers@vrfy.org>2007-05-21 07:59:40 +0200
committerKay Sievers <kay.sievers@vrfy.org>2007-05-21 07:59:40 +0200
commitc19870519d0a23bbf7f5cf206cefab6418a9f4be (patch)
tree938d23ce5cb4a094505da39af93049c7968088ab /udev.h
parent8cc6c96f1b8f77defb953e0d75de790d9737f0c4 (diff)
replace_chars: replace % character
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/udev.h b/udev.h
index 454ea4280b..94d054f760 100644
--- a/udev.h
+++ b/udev.h
@@ -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