diff options
Diffstat (limited to 'winsup/cygwin/fhandler_proc.cc')
-rw-r--r-- | winsup/cygwin/fhandler_proc.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc index 58e628aa9..45723718d 100644 --- a/winsup/cygwin/fhandler_proc.cc +++ b/winsup/cygwin/fhandler_proc.cc @@ -570,7 +570,7 @@ format_proc_stat (void *, char *&destbuf) swap_in = spi->PagesRead; swap_out = spi->PagefilePagesWritten; context_switches = spi->ContextSwitches; - boot_time = to_time_t ((FILETIME *) &stodi.BootTime.QuadPart); + boot_time = to_time_t (&stodi.BootTime); eobuf += __small_sprintf (eobuf, "page %u %u\n" "swap %u %u\n" |