- Timestamp:
- Jun 17, 2005, 7:56:38 AM (20 years ago)
- Location:
- trunk/src/gmake/kmkbuiltin
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gmake/kmkbuiltin/cp.c
r229 r299 131 131 optarg = NULL; 132 132 optopt = 0; 133 #if defined(__FreeBSD__) || defined(__EMX__) 134 optreset = 1; 135 optind = 1; 136 #else 133 137 optind = 0; /* init */ 138 #endif 134 139 135 140 Hflag = Lflag = Pflag = 0; -
trunk/src/gmake/kmkbuiltin/mkdir.c
r228 r299 75 75 optarg = NULL; 76 76 optopt = 0; 77 #if defined(__FreeBSD__) || defined(__EMX__) 78 optreset = 1; 79 optind = 1; 80 #else 77 81 optind = 0; /* init */ 82 #endif 78 83 while ((ch = getopt(argc, argv, "m:pv")) != -1) 79 84 switch(ch) { -
trunk/src/gmake/kmkbuiltin/rm.c
r297 r299 102 102 optarg = NULL; 103 103 optopt = 0; 104 #if defined(__FreeBSD__) || defined(__EMX__) 105 optreset = 1; 106 optind = 1; 107 #else 104 108 optind = 0; /* init */ 109 #endif 105 110 106 111 /*
Note:
See TracChangeset
for help on using the changeset viewer.