diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-27 08:16:36 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1997-07-27 08:16:36 +0000 |
commit | 51768d076e900abff1f3cd4d677c16901e026879 (patch) | |
tree | e65a16753b887df230dca918fa5bc121cea1ede8 /sys | |
parent | db8da3d4df48f8d02c58f033fc5f6ecea949c049 (diff) |
time_t is not long
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/mvme68k/dev/cl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/mvme68k/dev/cl.c b/sys/arch/mvme68k/dev/cl.c index 8117c773647..b329589990a 100644 --- a/sys/arch/mvme68k/dev/cl.c +++ b/sys/arch/mvme68k/dev/cl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cl.c,v 1.15 1997/04/02 05:25:45 rahnds Exp $ */ +/* $OpenBSD: cl.c,v 1.16 1997/07/27 08:16:35 deraadt Exp $ */ /* * Copyright (c) 1995 Dale Rahn. All rights reserved. @@ -170,7 +170,7 @@ int clparam __P((struct tty *tp, struct termios *t)); int cl_mintr __P((struct clsoftc *sc)); int cl_txintr __P((struct clsoftc *sc)); int cl_rxintr __P((struct clsoftc *sc)); -void cl_overflow __P((struct clsoftc *sc, int channel, long *ptime, u_char *msg)); +void cl_overflow __P((struct clsoftc *sc, int channel, time_t *ptime, u_char *msg)); void cl_parity __P((struct clsoftc *sc, int channel)); void cl_frame __P((struct clsoftc *sc, int channel)); void cl_break __P(( struct clsoftc *sc, int channel)); @@ -1817,7 +1817,7 @@ void cl_overflow (sc, channel, ptime, msg) struct clsoftc *sc; int channel; -long *ptime; +time_t *ptime; u_char *msg; { /* |