Changeset 1506 for trunk/src/emx/include/limits.h
- Timestamp:
- Sep 15, 2004, 12:27:38 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/emx/include/limits.h
-
Property cvs2svn:cvs-rev
changed from
1.2
to1.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 1 10 /*- 2 11 * Copyright (c) 1988, 1993 … … 33 42 * @(#)limits.h 8.2 (Berkeley) 1/4/94 34 43 * $FreeBSD: src/include/limits.h,v 1.16 2003/04/29 13:35:58 kan Exp $ 35 */36 37 /** @file38 * FreeBSD 5.139 * @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.43 44 */ 44 45 -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.