installed

This commit is contained in:
Jeff Hill
2000-06-01 15:54:51 +00:00
parent 0aaf36f63b
commit 31b61dd408
3 changed files with 35 additions and 0 deletions

View File

@@ -124,6 +124,7 @@ INC += tsStamp.h
INC += osiMutex.h
INC += osiEvent.h
INC += osiProcess.h
INC += osiUnistd.h
SRCS += osdSock.c
SRCS += osiSock.c

View File

@@ -0,0 +1,17 @@
/*
* $Id$
*
*
* L O S A L A M O S
* Los Alamos National Laboratory
* Los Alamos, New Mexico 87545
*
* Copyright, 1986, The Regents of the University of California.
*
*
* Author Jeffrey O. Hill
* johill@lanl.gov
* 505 665 1831
*/
#include <direct.h>

View File

@@ -0,0 +1,17 @@
/*
* $Id$
*
*
* L O S A L A M O S
* Los Alamos National Laboratory
* Los Alamos, New Mexico 87545
*
* Copyright, 1986, The Regents of the University of California.
*
*
* Author Jeffrey O. Hill
* johill@lanl.gov
* 505 665 1831
*/
#include <unistd.h>