Changeset 809 for trunk/src/ash/var.c
- Timestamp:
- Jan 29, 2007, 6:54:36 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ash/var.c
r637 r809 33 33 */ 34 34 35 #ifdef HAVE_SYS_CDEFS_H 35 36 #include <sys/cdefs.h> 37 #endif 36 38 #ifndef lint 37 39 #if 0 … … 45 47 #include <stdlib.h> 46 48 #include <strings.h> 49 #ifndef __sun__ 47 50 #include <paths.h> 51 #else 52 #define _PATH_DEFPATH "/usr/bin:/usr/sbin" 53 #include <iso/limits_iso.h> 54 #endif 48 55 49 56 #ifdef PC_OS2_LIBPATHS … … 123 130 #ifdef _MSC_VER 124 131 struct var vpath2; 125 #endif 132 #endif 126 133 struct var vps1; 127 134 struct var vps2; … … 155 162 { &vpath2, VSTRFIXED|VTEXTFIXED, "Path=", 156 163 changepath }, 157 #endif 164 #endif 158 165 /* 159 166 * vps1 depends on uid
Note:
See TracChangeset
for help on using the changeset viewer.