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/limits.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1505 r1506  
     1/* limits.h,v 1.3 2004/09/14 22:27:34 bird Exp */
     2/** @file
     3 * FreeBSD 5.1
     4 * @changed bird: made some minor adjustments.
     5 * @remark  Most of the values here aren't really absolute maximum values.
     6 *          Take care to check the specification before changing anything.
     7 * @todo    Review and make adjustments.
     8 */
     9
    110/*-
    211 * Copyright (c) 1988, 1993
     
    3342 *      @(#)limits.h    8.2 (Berkeley) 1/4/94
    3443 * $FreeBSD: src/include/limits.h,v 1.16 2003/04/29 13:35:58 kan Exp $
    35  */
    36 
    37 /** @file
    38  * FreeBSD 5.1
    39  * @changed bird: made some minor adjustments.
    40  * @remark  Most of the values here aren't really absolute maximum values.
    41  *          Take care to check the specification before changing anything.
    42  * @todo    Review and make adjustments.
    4344 */
    4445
Note: See TracChangeset for help on using the changeset viewer.