Fixed disordering in previous commit.

This commit is contained in:
Bruce Evans 2001-02-17 03:49:24 +00:00
parent 077c1bae60
commit 5981ddec66

View File

@ -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;