mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-25 02:21:58 +01:00
16 lines
322 B
Diff
16 lines
322 B
Diff
Picked from include/paths.h.
|
|
See more http://www.openwall.com/lists/musl/2014/03/29/5
|
|
|
|
diff --git a/hyptop/helper.c b/hyptop/helper.c
|
|
index 1212bda..733fd4e 100644
|
|
--- a/hyptop/helper.c
|
|
+++ b/hyptop/helper.c
|
|
@@ -27,6 +27,7 @@
|
|
#include "hyptop.h"
|
|
#include "sd.h"
|
|
|
|
+#define _PATH_MOUNTED "/etc/mtab"
|
|
/*
|
|
* Globals
|
|
*/
|