1
0
mirror of https://github.com/systemd/systemd.git synced 2025-03-19 22:50:17 +03:00

[PATCH] Increase the name size as requested by Richard Gooch <rgooch@ras.ucalgary.ca>

This commit is contained in:
greg@kroah.com 2004-03-22 22:39:39 -08:00 committed by Greg KH
parent 30ccd6a3e1
commit e4c8910800

2
udev.h
View File

@ -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