Updated the ifndef at beginning of file.
This commit is contained in:
@@ -14,8 +14,8 @@
|
||||
* #endif
|
||||
*/
|
||||
|
||||
#ifndef osiSockH
|
||||
#define osiSockH
|
||||
#ifndef osdSockH
|
||||
#define osdSockH
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -68,5 +68,5 @@ typedef int osiSockIoctl_t;
|
||||
#define SOCK_EPIPE EPIPE
|
||||
#define SOCK_EMFILE EMFILE
|
||||
|
||||
#endif /*osiSockH*/
|
||||
#endif /*osdSockH*/
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
* LynxOS specific socket include
|
||||
*/
|
||||
|
||||
#ifndef osiSockH
|
||||
#define osiSockH
|
||||
#ifndef osdSockH
|
||||
#define osdSockH
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -67,5 +67,5 @@ typedef int osiSockIoctl_t;
|
||||
|
||||
#define INADDR_LOOPBACK 0x7F000001
|
||||
|
||||
#endif /*osiSockH*/
|
||||
#endif /*osdSockH*/
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
/*
|
||||
* RTEMS osiSock.h
|
||||
* RTEMS osdSock.h
|
||||
* $Id$
|
||||
* Author: W. Eric Norum
|
||||
* eric@cls.usask.ca
|
||||
* (306) 966-6055
|
||||
*/
|
||||
#ifndef osiSockH
|
||||
#define osiSockH
|
||||
#ifndef osdSockH
|
||||
#define osdSockH
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -66,4 +66,4 @@ int select(int n, fd_set *readfds, fd_set *writefds, fd_set *exceptfds, st
|
||||
#define INADDR_LOOPBACK (u_long)0x7F000001
|
||||
#endif
|
||||
|
||||
#endif /*osiSockH*/
|
||||
#endif /*osdSockH*/
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
* alpha specific socket include
|
||||
*/
|
||||
|
||||
#ifndef osiSockH
|
||||
#define osiSockH
|
||||
#ifndef osdSockH
|
||||
#define osdSockH
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -62,5 +62,5 @@ typedef int osiSockIoctl_t;
|
||||
#define SOCK_EPIPE EPIPE
|
||||
#define SOCK_EMFILE EMFILE
|
||||
|
||||
#endif /*osiSockH*/
|
||||
#endif /*osdSockH*/
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
*/
|
||||
|
||||
|
||||
#ifndef osiSockH
|
||||
#define osiSockH
|
||||
#ifndef osdSockH
|
||||
#define osdSockH
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -80,5 +80,5 @@ typedef int osiSockIoctl_t;
|
||||
#define SOCK_EPIPE EPIPE
|
||||
#define SOCK_EMFILE EMFILE
|
||||
|
||||
#endif /*osiSockH*/
|
||||
#endif /*osdSockH*/
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
* Solaris specifif socket include
|
||||
*/
|
||||
|
||||
#ifndef osiSockH
|
||||
#define osiSockH
|
||||
#ifndef osdSockH
|
||||
#define osdSockH
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -64,5 +64,5 @@ typedef int osiSockIoctl_t;
|
||||
#define SOCK_EPIPE EPIPE
|
||||
#define SOCK_EMFILE EMFILE
|
||||
|
||||
#endif /*osiSockH*/
|
||||
#endif /*osdSockH*/
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
* SGI specific socket include
|
||||
*/
|
||||
|
||||
#ifndef osiSockH
|
||||
#define osiSockH
|
||||
#ifndef osdSockH
|
||||
#define osdSockH
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -65,5 +65,5 @@ typedef int osiSockIoctl_t;
|
||||
#define SOCK_EPIPE EPIPE
|
||||
#define SOCK_EMFILE EMFILE
|
||||
|
||||
#endif /*osiSockH*/
|
||||
#endif /*osdSockH*/
|
||||
|
||||
|
||||
@@ -3,8 +3,8 @@
|
||||
* Solaris specific socket include
|
||||
*/
|
||||
|
||||
#ifndef osiSockH
|
||||
#define osiSockH
|
||||
#ifndef osdSockH
|
||||
#define osdSockH
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -63,5 +63,5 @@ typedef int osiSockIoctl_t;
|
||||
#define SOCK_EPIPE EPIPE
|
||||
#define SOCK_EMFILE EMFILE
|
||||
|
||||
#endif /*osiSockH*/
|
||||
#endif /*osdSockH*/
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
* sunos 4 specific socket include
|
||||
*/
|
||||
|
||||
#ifndef osiSockH
|
||||
#define osiSockH
|
||||
#ifndef osdSockH
|
||||
#define osdSockH
|
||||
|
||||
/*
|
||||
* done in two ifdef steps so that we will remain compatible with
|
||||
@@ -128,5 +128,5 @@ typedef int osiSockIoctl_t;
|
||||
#define SOCK_EPIPE EPIPE
|
||||
#define SOCK_EMFILE EMFILE
|
||||
|
||||
#endif /*osiSockH*/
|
||||
#endif /*osdSockH*/
|
||||
|
||||
|
||||
@@ -2,8 +2,8 @@
|
||||
* vxWorks specific socket include
|
||||
*/
|
||||
|
||||
#ifndef osiSockH
|
||||
#define osiSockH
|
||||
#ifndef osdSockH
|
||||
#define osdSockH
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@@ -62,6 +62,6 @@ typedef int osiSockIoctl_t;
|
||||
#define INADDR_LOOPBACK 0x7F000001
|
||||
#endif
|
||||
|
||||
#endif /*osiSockH*/
|
||||
#endif /*osdSockH*/
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user