Changeset 3107 for trunk/src/kmk
- Timestamp:
- Oct 20, 2017, 6:53:50 PM (8 years ago)
- Location:
- trunk/src/kmk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kmk/kmkbuiltin.h
r3106 r3107 37 37 /* For the GNU/hurd weirdo. */ 38 38 #if !defined(PATH_MAX) && !defined(_MAX_PATH) 39 # define PATH_MAX 204839 # define PATH_MAX 4096 40 40 #endif 41 41 -
trunk/src/kmk/kmkbuiltin/cp_extern.h
r1309 r3107 31 31 */ 32 32 33 #include "kmkbuiltin.h" /* for PATH_MAX on GNU/hurd */ 34 33 35 typedef struct { 34 36 char *p_end; /* pointer to NULL at end of path */ -
trunk/src/kmk/kmkbuiltin/cp_utils.c
r2546 r3107 69 69 # include <sys/time.h> 70 70 #endif 71 #include "kmkbuiltin.h" /* for PATH_MAX on GNU/hurd */ 71 72 #include "cp_extern.h" 72 73 #include "cmp_extern.h"
Note:
See TracChangeset
for help on using the changeset viewer.