home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1995 April / Internet Tools.iso / osi / isode / vmsisode / vmsisode80_tar.Z / vmsisode80_tar / sockit / gccinclude / fcntl.h < prev    next >
Encoding:
C/C++ Source or Header  |  1990-04-24  |  1.8 KB  |  42 lines

  1.  
  2. /* static    char    *sccsid = "@(#)fcntl.h    3.1    (ULTRIX)    3/4/87"; */
  3.  
  4. /************************************************************************
  5.  *                                    *
  6.  *            Copyright (c) 1984 by                *
  7.  *        Digital Equipment Corporation, Maynard, MA        *
  8.  *            All rights reserved.                *
  9.  *                                    *
  10.  *   This software is furnished under a license and may be used and    *
  11.  *   copied  only  in accordance with the terms of such license and    *
  12.  *   with the  inclusion  of  the  above  copyright  notice.   This    *
  13.  *   software  or  any  other copies thereof may not be provided or    *
  14.  *   otherwise made available to any other person.  No title to and    *
  15.  *   ownership of the software is hereby transferred.            *
  16.  *                                    *
  17.  *   This software is  derived  from  software  received  from  the    *
  18.  *   University    of   California,   Berkeley,   and   from   Bell    *
  19.  *   Laboratories.  Use, duplication, or disclosure is  subject  to    *
  20.  *   restrictions  under  license  agreements  with  University  of    *
  21.  *   California and with AT&T.                        *
  22.  *                                    *
  23.  *   The information in this software is subject to change  without    *
  24.  *   notice  and should not be construed as a commitment by Digital    *
  25.  *   Equipment Corporation.                        *
  26.  *                                    *
  27.  *   Digital assumes no responsibility for the use  or  reliability    *
  28.  *   of its software on equipment which is not supplied by Digital.    *
  29.  *                                    *
  30.  ************************************************************************/
  31. /************************************************************************
  32.  *            Modification History                *
  33.  *                                    *
  34.  *    David L Ballenger, 28-Mar-1985                    *
  35.  * 0001    This file now simply includes <sys/file.h>, which already     *
  36.  *    contained all definitions here, plus the definitions needed    *
  37.  *    for the BRL System V emulation.                    *
  38.  *                                    *
  39.  ************************************************************************/
  40.  
  41. #include <sys/file.h>
  42.