Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sbin/dkctl
Module Name: src
Committed By: martin
Date: Wed Apr 16 13:32:58 UTC 2003
Modified Files:
src/sbin/dkctl: dkctl.c
Log Message:
Until timeval.tv_sec becomes a time_t, we can't pass a pointer to
it to ctime(). tv_sec is long, while time_t is int on some archs.
To generate a diff of this commit:
cvs rdiff -r1.5 -r1.6 src/sbin/dkctl/dkctl.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index