mirror of
https://github.com/AuxXxilium/eudev.git
synced 2024-12-04 13:47:03 +07:00
[PATCH] removed unneeded stuff from udev.h
This commit is contained in:
parent
cee360d32e
commit
ea70388c3c
6
udev.h
6
udev.h
@ -37,15 +37,9 @@
|
||||
|
||||
/* Lots of constants that should be in a config file sometime */
|
||||
|
||||
/* Location of sysfs mount */
|
||||
#define SYSFS_ROOT "/sys"
|
||||
|
||||
/* Where udev should create its device nodes, trailing / needed */
|
||||
#define UDEV_ROOT "/udev/"
|
||||
|
||||
/* device file in sysfs that contains major/minor number, leading / needed */
|
||||
#define DEV_FILE "/dev"
|
||||
|
||||
/* Binaries that udev calls to do stuff */
|
||||
#define MKNOD "/bin/mknod"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user