summaryrefslogtreecommitdiff
path: root/lib/libatm/timer.c
diff options
context:
space:
mode:
authorMike Spengler <mks@FreeBSD.org>1999-07-01 20:48:59 +0000
committerMike Spengler <mks@FreeBSD.org>1999-07-01 20:48:59 +0000
commit2c7d6d81ef9291d46c57c4e95a2255fe022be7ee (patch)
treeb81d08622917985bb67bd75e464f21c3944d9e61 /lib/libatm/timer.c
parent4180e07c29b1b6bbcb664e51af3d5bebf6478b80 (diff)
Notes
Diffstat (limited to 'lib/libatm/timer.c')
-rw-r--r--lib/libatm/timer.c16
1 files changed, 9 insertions, 7 deletions
diff --git a/lib/libatm/timer.c b/lib/libatm/timer.c
index fc8b64fe7167..d2bae91c4195 100644
--- a/lib/libatm/timer.c
+++ b/lib/libatm/timer.c
@@ -23,7 +23,7 @@
* Copies of this Software may be made, however, the above copyright
* notice must be reproduced on all copies.
*
- * @(#) $Id: timer.c,v 1.4 1998/07/16 15:50:26 johnc Exp $
+ * @(#) $Id: timer.c,v 1.1 1998/09/15 08:22:34 phk Exp $
*
*/
@@ -35,14 +35,8 @@
*
*/
-#ifndef lint
-static char *RCSid = "@(#) $Id: timer.c,v 1.4 1998/07/16 15:50:26 johnc Exp $";
-#endif
-
#include <sys/types.h>
#include <sys/param.h>
-
-#include <errno.h>
#include <sys/socket.h>
#include <net/if.h>
#include <netinet/in.h>
@@ -54,8 +48,16 @@ static char *RCSid = "@(#) $Id: timer.c,v 1.4 1998/07/16 15:50:26 johnc Exp $";
#include <netatm/atm_sys.h>
#include <netatm/atm_ioctl.h>
+#include <errno.h>
+#include <signal.h>
+
#include "libatm.h"
+#ifndef lint
+__RCSID("@(#) $Id: timer.c,v 1.1 1998/09/15 08:22:34 phk Exp $");
+#endif
+
+
Harp_timer *harp_timer_head;
int harp_timer_exec;