diff options
Diffstat (limited to 'init/util.cpp')
-rw-r--r-- | init/util.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/util.cpp b/init/util.cpp index 3b49b30..c0be38f 100644 --- a/init/util.cpp +++ b/init/util.cpp @@ -325,7 +325,7 @@ void sanitize(char *s) } } -void make_link(const char *oldpath, const char *newpath) +void make_link_init(const char *oldpath, const char *newpath) { int ret; char buf[256]; |