mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
Complete r304953.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
be1ed810b1
commit
252664bd71
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=304959
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user