Changeset 299 in kBuild for trunk/src/gmake/kmkbuiltin/cp.c
- Timestamp:
- Jun 17, 2005 5:56:38 AM (20 years ago)
- File:
-
- 1 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;
Note:
See TracChangeset
for help on using the changeset viewer.