27 lines
477 B
C
27 lines
477 B
C
/* in.h - obsolete vxWorks 5.0 header file */
|
|
|
|
/* Copyright 1984-1992 Wind River Systems, Inc. */
|
|
|
|
/*
|
|
modification history
|
|
--------------------
|
|
01c,29sep92,rrr changed name of __INCinh to avoid conflict
|
|
01b,22sep92,rrr added support for c++
|
|
01a,19sep92,smb written for compatibility with 5.0
|
|
*/
|
|
|
|
#ifndef __INCobsolete_inh
|
|
#define __INCobsolete_inh
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "netinet/in.h"
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif /* __INCobsolete_inh */
|