]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Fixed a couple of format strings to match the change of pid_t from long
authorbde <bde@FreeBSD.org>
Sat, 13 Apr 1996 15:47:43 +0000 (15:47 +0000)
committerbde <bde@FreeBSD.org>
Sat, 13 Apr 1996 15:47:43 +0000 (15:47 +0000)
commit13e9cefca0160e0dd0c48849c164fcaf88c8cd35
tree24e2b196a731ca6343f80da78476874f5b1d3116
parentdd1ec21349d0fb115e409df4ccab7c4312bb9535
Fixed a couple of format strings to match the change of pid_t from long
to int32_t.  I only fixed the ones that I noticed the warnings for.
Perhaps most of the format strings are correct now because they were
wrong before.  Except of course if int32_t isn't compatible with `int'.
sbin/startslip/uucplock.c
usr.sbin/ppp/main.c