Ignore:
Timestamp:
Sep 7, 2003, 10:10:30 PM (22 years ago)
Author:
bird
Message:

Changed to doxygen for header status.

Location:
trunk/src/emx/include/sys
Files:
6 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.3 to 1.4
    r658 r659  
    2525 *
    2626 * $FreeBSD: src/sys/sys/_types.h,v 1.14 2003/03/28 15:27:30 mike Exp $
     27 */
     28
     29/** @file
     30 * FreeBSD 5.1
    2731 *
    28  * @@level      FreeBSD 5.1
     32 * @changed off_t to 32bit and mode to 32bit.
    2933 */
    3034
  • trunk/src/emx/include/sys/cdefs.h

    • Property cvs2svn:cvs-rev changed from 1.5 to 1.6
    r658 r659  
    3636 *      @(#)cdefs.h     8.8 (Berkeley) 1/9/95
    3737 * $FreeBSD: src/sys/sys/cdefs.h,v 1.69 2003/04/18 18:59:34 bde Exp $
    38  *
    39  * @@level      FreeBSD 5.1
    40  * @@changed    bird: Toolkit compatibility (_CDEFS_H_ and __TCPROTO()).
    41  * @@changed    zap:  _System definition for older GCC compilers.
    42  */
     38 */
     39
     40/** @file
     41 * FreeBSD 5.1
     42 *
     43 * @changed bird: Toolkit compatibility (_CDEFS_H_ and __TCPROTO()).
     44 * @changed zap:  _System definition for older GCC compilers.
     45 */
     46
    4347
    4448#ifndef _SYS_CDEFS_H_
     
    399403/* bird: toolkit pollution */
    400404#define __TCPPROTO(args) __P(args)
     405#define TCPCALL _System
    401406
    402407/* zap: For backward compatibility with GCC/EMX */
  • trunk/src/emx/include/sys/errno.h

    • Property cvs2svn:cvs-rev changed from 1.8 to 1.9
    r658 r659  
    3838 *      @(#)errno.h     8.5 (Berkeley) 1/21/94
    3939 * $FreeBSD: src/sys/sys/errno.h,v 1.25 2002/10/07 06:25:23 phk Exp $
    40  *
    41  * @@level      FreeBSD 5.1
    42  * @@changed    bird: errno wrapper and added comments about defines which have moved.
     40 */
     41
     42/** @file
     43 * FreeBSD 5.1
     44 * @changed bird: errno wrapper and added comments about defines which have moved.
    4345 */
    4446
     
    5658#define errno (* _errno())              /* bird: emx */
    5759#endif /* bird: emx */
    58 #endif 
     60#endif
    5961
    6062#define EPERM           1               /* Operation not permitted */
  • trunk/src/emx/include/sys/stdint.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r658 r659  
    2525 *
    2626 * $FreeBSD: src/sys/sys/stdint.h,v 1.4 2002/08/21 16:20:01 mike Exp $
    27  *
    28  * @@level  FreeBSD 5.1
     27 */
     28
     29/** @file
     30 * FreeBSD 5.1
    2931 */
    3032
  • trunk/src/emx/include/sys/types.h

    • Property cvs2svn:cvs-rev changed from 1.6 to 1.7
    r658 r659  
    3838 *      @(#)types.h     8.6 (Berkeley) 2/19/95
    3939 * $FreeBSD: src/sys/sys/types.h,v 1.83 2003/03/28 15:27:30 mike Exp $
     40 */
     41
     42/** @file
     43 * FreeBSD 5.1
    4044 *
    41  * @@level      FreeBSD 5.1
    42  * @@changed    bird: Some EMX defines and a bit of toolkit pollution.
    43  */
     45 * @changed bird: Some EMX defines and a bit of toolkit pollution.
     46 * @todo    Implement mmap().
     47 */
     48
    4449
    4550#ifndef _SYS_TYPES_H_
  • trunk/src/emx/include/sys/un.h

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r658 r659  
    3333 *      @(#)un.h        8.3 (Berkeley) 2/19/95
    3434 * $FreeBSD: src/sys/sys/un.h,v 1.25 2002/08/21 16:20:01 mike Exp $
     35 */
     36
     37/** @file
     38 * FreeBSD 5.1
    3539 *
    36  * @@level      FreeBSD 5.1
    37  * @@changed    bird: TCPV40HDRS and hid LOCAL_PEERCRED.
     40 * @changed bird: TCPV40HDRS and hid LOCAL_PEERCRED.
     41 * @todo    Investigate the LOCAL_PEERCRED #define.
    3842 */
    3943
Note: See TracChangeset for help on using the changeset viewer.