Updated the ifndef at beginning of file.

This commit is contained in:
Janet B. Anderson
2000-02-07 22:47:18 +00:00
parent af0f36394e
commit ea705fe025
10 changed files with 31 additions and 31 deletions

View File

@@ -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*/

View File

@@ -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*/

View File

@@ -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*/

View File

@@ -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*/

View File

@@ -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*/

View File

@@ -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*/

View File

@@ -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*/

View File

@@ -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*/

View File

@@ -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*/

View File

@@ -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*/