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

    • Property cvs2svn:cvs-rev changed from 1.7 to 1.8
    r1505 r1506  
    1 /*- Modified for emx by hv and em 1994-1997
    2  *- Modified for gcc by bird 2003
     1/* netdb.h,v 1.8 2004/09/14 22:27:34 bird Exp */
     2/** @file
     3 * BSD
     4 *
     5 * @changed Modified for emx by hv and em 1994-1997
     6 * @changed Modified for gcc by bird 2003
     7 */
     8
     9/* netdb.h,v 1.8 2004/09/14 22:27:34 bird Exp */
     10/*-
    311 *
    412 * Copyright (c) 1980, 1983, 1988 Regents of the University of California.
     
    3442 *
    3543 *      from: @(#)netdb.h       5.15 (Berkeley) 4/3/91
    36  *      netdb.h,v 1.7 2004/09/12 19:40:25 bird Exp
     44 *      netdb.h,v 1.8 2004/09/14 22:27:34 bird Exp
    3745 */
    3846
     
    6472
    6573
    66 #define _PATH_HEQUIV    "/mptn/etc/hosts.equiv"
    67 #define _PATH_HOSTS     "/mptn/etc/hosts"
    68 #define _PATH_NETWORKS  "/mptn/etc/networks"
    69 #define _PATH_PROTOCOLS "/mptn/etc/protocols"
    70 #define _PATH_SERVICES  "/mptn/etc/services"
     74#define _PATH_HEQUIV    "/@unixroot/etc/hosts.equiv"
     75#define _PATH_HOSTS     "/@unixroot/etc/hosts"
     76#define _PATH_NETWORKS  "/@unixroot/etc/networks"
     77#define _PATH_PROTOCOLS "/@unixroot/etc/protocols"
     78#define _PATH_SERVICES  "/@unixroot/etc/services"
    7179
    7280#ifdef TCPV40HDRS
Note: See TracChangeset for help on using the changeset viewer.