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

@unixroot. header reviews. ++

Location:
trunk/src/emx/include/sys
Files:
1 deleted
7 edited

Legend:

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

    • Property cvs2svn:cvs-rev changed from 1.9 to 1.10
    r1505 r1506  
     1/* $Id: $ */
     2/** @file
     3 * FreeBSD 5.1
     4 * @changed bird: errno wrapper and added comments about defines which have moved.
     5 */
     6
    17/*
    28 * Copyright (c) 1982, 1986, 1989, 1993
     
    4046 */
    4147
    42 /** @file
    43  * FreeBSD 5.1
    44  * @changed bird: errno wrapper and added comments about defines which have moved.
    45  */
    46 
    4748#ifndef _SYS_ERRNO_H_
    4849#define _SYS_ERRNO_H_
  • 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_
  • trunk/src/emx/include/sys/process.h

    • Property cvs2svn:cvs-rev changed from 1.4 to 1.5
    r1505 r1506  
    1 /* sys/process.h (emx+gcc) */
     1/* $Id: $ */
     2/** @file
     3 * EMX
     4 */
    25
    36#ifndef _SYS_PROCESS_H
  • trunk/src/emx/include/sys/syslog.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1505 r1506  
     1/* $Id: $ */
     2/** @file
     3 * FreeBSD 5.1
     4 */
    15/*
    26 * Copyright (c) 1982, 1986, 1988, 1993
     
    3539 */
    3640
    37 /** @file
    38  * FreeBSD 5.1
    39  */
    40 
    4141#ifndef _SYS_SYSLOG_H_
    4242#define _SYS_SYSLOG_H_
    4343
    44 #define _PATH_LOG       "/var/run/log"
    45 #define _PATH_OLDLOG    "/dev/log"      /* backward compatibility */
     44#define _PATH_LOG       "/@unixroot/var/run/log"
     45#define _PATH_OLDLOG    "/@unixroot/dev/log"    /* backward compatibility */
    4646
    4747/*
  • trunk/src/emx/include/sys/termio.h

    • Property cvs2svn:cvs-rev changed from 1.1 to 1.2
    r1505 r1506  
    1 /* sys/termio.h (emx+gcc) */
    2 
     1/* $Id: $ */
     2/** @file
     3 * EMX
     4 */
    35#ifndef _SYS_TERMIO_H
    46#define _SYS_TERMIO_H
    57
    6 #if defined (__cplusplus)
    7 extern "C" {
    8 #endif
    98
    109/* Request codes */
     
    150149};
    151150
    152 #if defined (__cplusplus)
    153 }
    154 #endif
    155 
    156151#endif /* not _SYS_TERMIO_H */
  • trunk/src/emx/include/sys/termios.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1505 r1506  
    1 /* sys/termios.h (emx+gcc) */
     1/* $Id$ */
     2/** @file
     3 * EMX.
     4 */
    25
    36#ifndef _SYS_TERMIOS_H_
    47#define _SYS_TERMIOS_H_
    58
    6 #if defined (__cplusplus)
    7 extern "C" {
    8 #endif
     9#include <sys/cdefs.h>
     10
    911
    1012/* tcsetattr() */
     
    139141};
    140142
    141 
     143__BEGIN_DECLS
    142144speed_t cfgetispeed (__const__ struct termios *);
    143145speed_t cfgetospeed (__const__ struct termios *);
     
    154156int     cfsetspeed (struct termios *, speed_t);
    155157#endif /* !_POSIX_SOURCE */
    156 
    157 #if defined (__cplusplus)
    158 }
    159 #endif
     158__END_DECLS
    160159
    161160#endif /* not _SYS_TERMIOS_H_ */
  • trunk/src/emx/include/sys/utime.h

    • Property cvs2svn:cvs-rev changed from 1.2 to 1.3
    r1505 r1506  
    1 
     1/* $Id: $ */
     2/** @file
     3 * FreeBSD 5.1
     4 * @changed bird: the usual emx stuff.
     5 */
    26/*-
    37 * Copyright (c) 1990, 1993
     
    3640 */
    3741
    38 /** @file
    39  * FreeBSD 5.1
    40  * @changed bird: the usual emx stuff.
    41  */
    42 
    4342#ifndef _UTIME_H_
    4443#define _UTIME_H_
Note: See TracChangeset for help on using the changeset viewer.