move ssize_t before roken-common.h
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11183 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -140,14 +140,14 @@ struct sockaddr_dl;
|
|||||||
#endif
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <roken-common.h>
|
|
||||||
|
|
||||||
ROKEN_CPP_START
|
|
||||||
|
|
||||||
#ifndef HAVE_SSIZE_T
|
#ifndef HAVE_SSIZE_T
|
||||||
typedef int ssize_t;
|
typedef int ssize_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <roken-common.h>
|
||||||
|
|
||||||
|
ROKEN_CPP_START
|
||||||
|
|
||||||
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
|
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
|
||||||
#define setsid _setsid
|
#define setsid _setsid
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user