aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/timer.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-04-18 23:17:26 +0000
committerBrian Somers <brian@FreeBSD.org>1998-04-18 23:17:26 +0000
commit39d946522c45b0c5b443da352f49f9f180bd8ff4 (patch)
tree245be8107480887a04880b2344fd9cdb90cc71b5 /usr.sbin/ppp/timer.c
parentcdbbb6b5718ba222e7883818b641074db8fd5209 (diff)
Notes
Diffstat (limited to 'usr.sbin/ppp/timer.c')
-rw-r--r--usr.sbin/ppp/timer.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/timer.c b/usr.sbin/ppp/timer.c
index 18fa0f5c7849..8591e5f4c065 100644
--- a/usr.sbin/ppp/timer.c
+++ b/usr.sbin/ppp/timer.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: timer.c,v 1.27.2.4 1998/04/07 00:54:22 brian Exp $
+ * $Id: timer.c,v 1.27.2.5 1998/04/17 22:04:36 brian Exp $
*
* TODO:
*/
@@ -144,7 +144,7 @@ StopTimerNoBlock(struct pppTimer * tp)
}
static void
-TimerService()
+TimerService(void)
{
struct pppTimer *tp, *exp, *wt;