14 lines
316 B
Diff
14 lines
316 B
Diff
|
--- sysdeputil.c.orig
|
||
|
+++ sysdeputil.c
|
||
|
@@ -58,7 +58,9 @@
|
||
|
#define VSF_SYSDEP_HAVE_SHADOW
|
||
|
#define VSF_SYSDEP_HAVE_USERSHELL
|
||
|
#define VSF_SYSDEP_HAVE_LIBCAP
|
||
|
-#define VSF_SYSDEP_HAVE_UTMPX
|
||
|
+#if defined(__GLIBC__) || defined(__UCLIBC__)
|
||
|
+ #define VSF_SYSDEP_HAVE_UTMPX
|
||
|
+#endif
|
||
|
|
||
|
#define __USE_GNU
|
||
|
#include <utmpx.h>
|