From 410eca163310dd40b28790d8569b06acad0923bf Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Tue, 19 Dec 2006 17:14:08 +0000 Subject: [PATCH] Removing os/alpha directory and adding osf directory and files. --- src/libCom/osi/os/alpha/epicsMath.h | 16 ------ src/libCom/osi/os/alpha/osdSock.h | 77 --------------------------- src/libCom/osi/os/alpha/osiFileName.h | 21 -------- 3 files changed, 114 deletions(-) delete mode 100644 src/libCom/osi/os/alpha/epicsMath.h delete mode 100644 src/libCom/osi/os/alpha/osdSock.h delete mode 100644 src/libCom/osi/os/alpha/osiFileName.h diff --git a/src/libCom/osi/os/alpha/epicsMath.h b/src/libCom/osi/os/alpha/epicsMath.h deleted file mode 100644 index 40b7d2a83..000000000 --- a/src/libCom/osi/os/alpha/epicsMath.h +++ /dev/null @@ -1,16 +0,0 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as Operator of Argonne -* National Laboratory. -* Copyright (c) 2002 The Regents of the University of California, as -* Operator of Los Alamos National Laboratory. -* EPICS BASE Versions 3.13.7 -* and higher are distributed subject to a Software License Agreement found -* in file LICENSE that is included with this distribution. -\*************************************************************************/ -#ifndef epicsMathh -#define epicsMathh - -#include -#define isinf(D) (!finite((D)) && !(isnan((D)))) - -#endif /* epicsMathh */ diff --git a/src/libCom/osi/os/alpha/osdSock.h b/src/libCom/osi/os/alpha/osdSock.h deleted file mode 100644 index a807847d6..000000000 --- a/src/libCom/osi/os/alpha/osdSock.h +++ /dev/null @@ -1,77 +0,0 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as Operator of Argonne -* National Laboratory. -* Copyright (c) 2002 The Regents of the University of California, as -* Operator of Los Alamos National Laboratory. -* EPICS BASE Versions 3.13.7 -* and higher are distributed subject to a Software License Agreement found -* in file LICENSE that is included with this distribution. -\*************************************************************************/ - -/* - * alpha specific socket include - */ - -#ifndef osdSockH -#define osdSockH - -#ifdef __cplusplus -extern "C" { -struct ifafilt; -#endif - -#include - -#include -#include /* for MAXHOSTNAMELEN */ -#include -#include -#include -/* #include */ -/* #include */ -#include -#include -#include -#include -#include -#include /* close() and others */ - -#ifdef __cplusplus -} -#endif - -typedef int SOCKET; -#define INVALID_SOCKET (-1) -#define SOCKERRNO errno -#define socket_ioctl(A,B,C) ioctl(A,B,C) -typedef int osiSockIoctl_t; -typedef int osiSocklen_t; - -#define FD_IN_FDSET(FD) ((FD)=0) - -#define SOCK_EWOULDBLOCK EWOULDBLOCK -#define SOCK_ENOBUFS ENOBUFS -#define SOCK_ECONNRESET ECONNRESET -#define SOCK_ETIMEDOUT ETIMEDOUT -#define SOCK_EADDRINUSE EADDRINUSE -#define SOCK_ECONNREFUSED ECONNREFUSED -#define SOCK_ECONNABORTED ECONNABORTED -#define SOCK_EINPROGRESS EINPROGRESS -#define SOCK_EISCONN EISCONN -#define SOCK_EALREADY EALREADY -#define SOCK_EINVAL EINVAL -#define SOCK_EINTR EINTR -#define SOCK_EPIPE EPIPE -#define SOCK_EMFILE EMFILE -#define SOCK_SHUTDOWN ESHUTDOWN -#define SOCK_ENOTSOCK ENOTSOCK -#define SOCK_EBADF EBADF - -#define ifreq_size(pifreq) (sizeof(pifreq->ifr_name)) - -#ifndef INADDR_NONE -# define INADDR_NONE (0xffffffff) -#endif - -#endif /*osdSockH*/ - diff --git a/src/libCom/osi/os/alpha/osiFileName.h b/src/libCom/osi/os/alpha/osiFileName.h deleted file mode 100644 index e4550cffb..000000000 --- a/src/libCom/osi/os/alpha/osiFileName.h +++ /dev/null @@ -1,21 +0,0 @@ -/*************************************************************************\ -* Copyright (c) 2002 The University of Chicago, as Operator of Argonne -* National Laboratory. -* Copyright (c) 2002 The Regents of the University of California, as -* Operator of Los Alamos National Laboratory. -* EPICS BASE Versions 3.13.7 -* and higher are distributed subject to a Software License Agreement found -* in file LICENSE that is included with this distribution. -\*************************************************************************/ -/* - * osiFileName.h - * Author: Jeff Hill - * - * - */ -#ifndef osiFileNameH -#define osiFileNameH - -#include "unixFileName.h" - -#endif /* osiFileNameH */ \ No newline at end of file