You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
315 B
14 lines
315 B
8 years ago
|
--- a/sysdeputil.c
|
||
|
+++ b/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>
|