Changeset 809 for trunk/src/ash/eval.c


Ignore:
Timestamp:
Jan 29, 2007, 6:54:36 AM (18 years ago)
Author:
bird
Message:

Solaris + cleanup.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/ash/eval.c

    r629 r809  
    3333 */
    3434
     35#ifdef HAVE_SYS_CDEFS_H
    3536#include <sys/cdefs.h>
     37#endif
    3638#ifndef lint
    3739#if 0
     
    5355#ifdef HAVE_SYSCTL_H
    5456#include <sys/sysctl.h>
     57#endif
     58#ifdef __sun__
     59#include <iso/limits_iso.h>
    5560#endif
    5661
     
    609614        static char *sys_path = NULL;
    610615        static int mib[] = {CTL_USER, USER_CS_PATH};
    611 #endif 
     616#endif
    612617#ifdef PC_PATH_SEP
    613618        static char def_path[] = "PATH=/usr/bin;/bin;/usr/sbin;/sbin";
     
    632637#else
    633638    return def_path;
    634 #endif 
     639#endif
    635640}
    636641
Note: See TracChangeset for help on using the changeset viewer.