summaryrefslogtreecommitdiff
path: root/udev.h
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-08-04 21:59:50 -0700
committerGreg KH <gregkh@suse.de>2005-04-26 21:01:40 -0700
commit1331c889c33a91f098fa7257488046e81241225c (patch)
tree5df10c890dc9ccbe803484af97a7eee35f41f575 /udev.h
parent0abf54fc09030f404f5c7d724a0f30d3e875e980 (diff)
[PATCH] cleanup the mknod code a bit.
Diffstat (limited to 'udev.h')
-rw-r--r--udev.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/udev.h b/udev.h
index 3c3c3d5de7..590a8ed039 100644
--- a/udev.h
+++ b/udev.h
@@ -40,9 +40,6 @@
/* Where udev should create its device nodes, trailing / needed */
#define UDEV_ROOT "/udev/"
-/* Binaries that udev calls to do stuff */
-#define MKNOD "/bin/mknod"
-
extern int log_message (int level, const char *format, ...)
__attribute__ ((format (printf, 2, 3)));