Complete r304953.

Sponsored by:	The FreeBSD Foundation
MFC after:	3 days
This commit is contained in:
Konstantin Belousov 2016-08-28 18:10:29 +00:00
parent be1ed810b1
commit 252664bd71
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=304959

View File

@ -19,7 +19,11 @@
# include <osreldate.h>
#endif
#ifndef SOLARIS
# define SOLARIS (defined(sun) && (defined(__svr4__) || defined(__SVR4)))
#if defined(sun) && (defined(__svr4__) || defined(__SVR4))
# define SOLARIS 1
#else
# define SOLARIS 0
#endif
#endif
#include <sys/errno.h>
#include <sys/types.h>