* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.
This commit is contained in:
		| @@ -65,7 +65,7 @@ _cygwin_crt0_common (MainFunc f, per_process *u) | ||||
|     _impure_ptr = u->impure_ptr;	/* Use field initialized in newer DLLs. */ | ||||
|   else | ||||
|     u->impure_ptr_ptr = &_impure_ptr;	/* Older DLLs need this. */ | ||||
|   | ||||
|  | ||||
|   u->forkee = 0;			/* This should only be set in dcrt0.cc | ||||
| 					   when the process is actually forked */ | ||||
|   u->main = f; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user