From: greg@kroah.com Date: Tue, 23 Mar 2004 06:39:39 +0000 (-0800) Subject: [PATCH] Increase the name size as requested by Richard Gooch X-Git-Tag: 023~30 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=e4c89108001a9af3b8c132111d63980e3a1dcaf4;hp=30ccd6a3e128c0c32253f9c70f701cab20a8ebf0 [PATCH] Increase the name size as requested by Richard Gooch --- diff --git a/udev.h b/udev.h index 54269dfd3..65cbf42b5 100644 --- a/udev.h +++ b/udev.h @@ -28,7 +28,7 @@ #define COMMENT_CHARACTER '#' -#define NAME_SIZE 100 +#define NAME_SIZE 256 #define OWNER_SIZE 30 #define GROUP_SIZE 30 #define MODE_SIZE 8