summaryrefslogtreecommitdiff
path: root/udev/udevcontrol.c
diff options
context:
space:
mode:
Diffstat (limited to 'udev/udevcontrol.c')
-rw-r--r--udev/udevcontrol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udevcontrol.c b/udev/udevcontrol.c
index a02bfc4d65..f4830d8423 100644
--- a/udev/udevcontrol.c
+++ b/udev/udevcontrol.c
@@ -36,7 +36,7 @@
static int sock = -1;
static int udev_log = 0;
-int udevcontrol(int argc, char *argv[], char *envp[])
+int udevcontrol(int argc, char *argv[])
{
static struct udevd_ctrl_msg ctrl_msg;
struct sockaddr_un saddr;