diff options
author | bde <bde@FreeBSD.org> | 1998-06-28 18:26:18 +0000 |
---|---|---|
committer | bde <bde@FreeBSD.org> | 1998-06-28 18:26:18 +0000 |
commit | c142ad37ada667bbed5603074eb656dc6c9ac6e1 (patch) | |
tree | 3c425a6667857a78fe054425138fdeb1c8c579e7 /bin/ps | |
parent | 79c3d43cbc4b43e9d58e3b0be22cdd7af005d6b0 (diff) | |
download | FreeBSD-src-c142ad37ada667bbed5603074eb656dc6c9ac6e1.zip FreeBSD-src-c142ad37ada667bbed5603074eb656dc6c9ac6e1.tar.gz |
Oops, the previous log message should have read "Fixed type mismatches -
don't assume that time_t is long".
Diffstat (limited to 'bin/ps')
-rw-r--r-- | bin/ps/print.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/print.c b/bin/ps/print.c index 00a8ca9..2813e9b 100644 --- a/bin/ps/print.c +++ b/bin/ps/print.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)print.c 8.6 (Berkeley) 4/16/94"; #endif static const char rcsid[] = - "$Id: print.c,v 1.28 1998/05/31 12:09:50 bde Exp $"; + "$Id: print.c,v 1.29 1998/06/28 18:19:13 bde Exp $"; #endif /* not lint */ #include <sys/param.h> |