chiark / gitweb /
[PATCH] Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>
authorgreg@kroah.com <greg@kroah.com>
Tue, 23 Mar 2004 06:39:39 +0000 (22:39 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:35:10 +0000 (21:35 -0700)
udev.h

diff --git a/udev.h b/udev.h
index 54269dfd31162437d38fbc44b3645c4c2c910f48..65cbf42b511f341db3a12d69c8ea426f67d0f6c3 100644 (file)
--- 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