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/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/*
Note: See TracChangeset for help on using the changeset viewer.