Bring in fix from upstream that allows libsm to compile against FreeBSD 13

This commit is contained in:
Gregory Neil Shapiro 2020-07-15 15:40:46 +00:00
parent cee0d44ab3
commit 0694dcb04b
1 changed files with 5 additions and 5 deletions

View File

@ -10,11 +10,6 @@
#include <sm/gen.h> #include <sm/gen.h>
#include <sm/conf.h> /* FDSET_CAST */
#include <sm/fdset.h>
#include <sm/assert.h>
#include <sm/notify.h>
#include <sys/types.h> #include <sys/types.h>
#include <signal.h> #include <signal.h>
#include <stdio.h> #include <stdio.h>
@ -25,6 +20,11 @@
#include <fcntl.h> #include <fcntl.h>
#include <string.h> /* for memset() */ #include <string.h> /* for memset() */
#include <sm/conf.h> /* FDSET_CAST */
#include <sm/fdset.h>
#include <sm/assert.h>
#include <sm/notify.h>
#if SM_NOTIFY_DEBUG #if SM_NOTIFY_DEBUG
#define SM_DBG(p) fprintf p #define SM_DBG(p) fprintf p
#else #else