Fixed disordering in previous commit.
This commit is contained in:
parent
077c1bae60
commit
5981ddec66
@ -37,6 +37,7 @@
|
||||
#ifndef _SYS_SOCKET_H_
|
||||
#define _SYS_SOCKET_H_
|
||||
|
||||
#include <machine/ansi.h>
|
||||
#define _NO_NAMESPACE_POLLUTION
|
||||
#include <machine/param.h>
|
||||
#undef _NO_NAMESPACE_POLLUTION
|
||||
@ -48,8 +49,6 @@
|
||||
/*
|
||||
* Data types.
|
||||
*/
|
||||
#include <machine/ansi.h>
|
||||
|
||||
typedef u_char sa_family_t;
|
||||
#ifdef _BSD_SOCKLEN_T_
|
||||
typedef _BSD_SOCKLEN_T_ socklen_t;
|
||||
|
Loading…
Reference in New Issue
Block a user