<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- sysdeputil.c.old	2013-07-18 17:12:16.000000000 +0200
+++ sysdeputil.c	2013-07-18 17:12:29.000000000 +0200
@@ -63,6 +63,10 @@
 #define __USE_GNU
 #include &lt;utmpx.h&gt;
 
+#if defined(__APPLE__)
+  #undef VSF_SYSDEP_HAVE_UTMPX
+#endif
+
 /* BEGIN config */
 #if defined(__linux__)
   #include &lt;errno.h&gt;
@@ -323,8 +327,10 @@
                       const struct mystr* p_remote_host)
 {
   int retval = -1;
+#ifdef PAM_USER
   pam_item_t item;
   const char* pam_user_name = 0;
+#endif
   struct pam_conv the_conv =
   {
     &amp;pam_conv_func,
</pre></body></html>