Cygwin: ps: fix a compiler warning
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
		| @@ -267,7 +267,7 @@ main (int argc, char *argv[]) | ||||
|       if (!NT_SUCCESS (status)) | ||||
| 	fprintf (stderr, | ||||
| 		 "NtQuerySystemInformation(SystemTimeOfDayInformation), " | ||||
| 				"status %#010x\n", status); | ||||
| 		 "status %#010x\n", (unsigned int) status); | ||||
|       boot_time = to_time_t ((FILETIME*)&stodi.BootTime); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user