diff options
Diffstat (limited to 'udev/udevd.c')
-rw-r--r-- | udev/udevd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev/udevd.c b/udev/udevd.c index ab24885309..802153b295 100644 --- a/udev/udevd.c +++ b/udev/udevd.c @@ -883,7 +883,7 @@ static void static_dev_create_links(struct udev *udev, DIR *dir) }; static const struct stdlinks stdlinks[] = { { "core", "/proc/kcore" }, - { "fd", "/proc/fd" }, + { "fd", "/proc/self/fd" }, { "stdin", "/proc/self/fd/0" }, { "stdout", "/proc/self/fd/1" }, { "stderr", "/proc/self/fd/2" }, |