From 5c0532d1cc989d2f78d2cd4a18058daa58143705 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 27 Oct 2010 05:47:48 +0200 Subject: mounts: automatically create /dev/stderr and friends early on boot so that they are around when we run shell scripts before udevd --- src/label.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/label.h') diff --git a/src/label.h b/src/label.h index 0c59da1f1c..f1bf5d6d5e 100644 --- a/src/label.h +++ b/src/label.h @@ -33,6 +33,7 @@ int label_socket_set(const char *label); void label_socket_clear(void); int label_fifofile_set(const char *path); +int label_symlinkfile_set(const char *path); void label_file_clear(void); void label_free(const char *label); -- cgit v1.2.3-54-g00ecf