cvsps.c: fixed argument format mismatch
cvsps.c:238:9: warning: format «%s» expects a matching «char *» argument [-Wformat]
cvsps.c:242:9: warning: format «%s» expects a matching «char *» argument [-Wformat]
cvsps.c:2955:5: warning: format «%d» expects argument of type «int», but argument 3 has type «time_t» [-Wformat]
cvsps.c:2955:5: warning: format «%d» expects argument of type «int», but argument 4 has type «time_t» [-Wformat]
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>