$OpenBSD: patch-configure_ac,v 1.2 2018/09/24 20:54:30 sthen Exp $

Index: configure.ac
--- configure.ac.orig
+++ configure.ac
@@ -288,14 +288,12 @@ AC_TRY_COMPILE(
       #include <sys/un.h>
        ],
       [
-      int main(int argc, char **argv) {
              struct msghdr mh;
              struct cmsghdr cmh;
              mh.msg_control = NULL;
              mh.msg_controllen = 0;
              cmh.cmsg_level = SOL_SOCKET;
              cmh.cmsg_type = SCM_RIGHTS;
-      }
       ],
 AC_DEFINE(HAVE_FD_PASSING,1,[Define HAVE_FD_PASSING if sending fd through unix socket supported])
 AC_MSG_RESULT(yes),
