trace: use standard POSIX header for basename()
[project/procd.git] / initd / init.h
index 274645b91744818bb23dbb12322000b828e45722..dcf9d30486fc83acd023b84a4b9dae6f0bf0b151 100644 (file)
 
 #include "../log.h"
 
+#ifndef EARLY_PATH
+#define EARLY_PATH "/usr/sbin:/sbin:/usr/bin:/bin"
+#endif
+
 void preinit(void);
 void early(void);
 int mkdev(const char *progname, int progmode);
 
-#ifdef ZRAM_TMPFS
-int mount_zram_on_tmp(void);
-#else
-static inline int mount_zram_on_tmp(void) {
-       return -ENOSYS;
-}
-#endif
 #endif