Move <sys/cdefs.h> up to reduce diff to NetBSD.

This commit is contained in:
Stefan Farfeleder 2005-08-10 13:41:31 +00:00
parent 7bcbf4cce9
commit 442861ce97
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=148924

View File

@ -40,6 +40,8 @@
#ifndef _h_sys
#define _h_sys
#include <sys/cdefs.h>
#ifndef public
# define public /* Externally visible functions/variables */
#endif
@ -53,8 +55,6 @@
/* When we want to hide everything */
#endif
#include <sys/cdefs.h>
#ifndef _PTR_T
# define _PTR_T
typedef void *ptr_t;