Ignore:
Timestamp:
Sep 15, 2004, 12:27:38 AM (21 years ago)
Author:
bird
Message:

@unixroot. header reviews. ++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/emx/include/sys/fcntl.h

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r1505 r1506  
     1/* $Id: $ */
     2/** @file
     3 * FreeBSD 5.1 + EMX
     4 *
     5 * @changed bird: EMX isms.
     6 * @changed bird: Removed (non KERNEL) stuff we don't implement and added
     7 *          EMX specific stuff.
     8 * @todo    Consider implementing the flags and commands we don't currently
     9 *          include.
     10 */
     11
     12
    113/*-
    214 * Copyright (c) 1983, 1990, 1993
     
    4052 */
    4153
    42 /** @file
    43  * FreeBSD 5.1 + EMX
    44  *
    45  * @changed bird: EMX isms.
    46  * @changed bird: Removed (non KERNEL) stuff we don't implement and added
    47  *          EMX specific stuff.
    48  * @todo    Consider implementing the flags and commands we don't currently
    49  *          include.
    50  */
    51 
    5254#ifndef _SYS_FCNTL_H_
    5355#define _SYS_FCNTL_H_
Note: See TracChangeset for help on using the changeset viewer.