[PATCH] removed unneeded stuff from udev.h

This commit is contained in:
greg@kroah.com 2003-07-24 20:00:17 -04:00 committed by Greg KH
parent cee360d32e
commit ea70388c3c
1 changed files with 0 additions and 6 deletions

6
udev.h
View File

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