diff options
Diffstat (limited to 'sys/i4b/layer4/i4b_l4timer.c')
-rw-r--r-- | sys/i4b/layer4/i4b_l4timer.c | 15 |
1 files changed, 2 insertions, 13 deletions
diff --git a/sys/i4b/layer4/i4b_l4timer.c b/sys/i4b/layer4/i4b_l4timer.c index 7710ad5..327ad92 100644 --- a/sys/i4b/layer4/i4b_l4timer.c +++ b/sys/i4b/layer4/i4b_l4timer.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 1997, 2000 Hellmuth Michaelis. All rights reserved. + * Copyright (c) 1997, 2002 Hellmuth Michaelis. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -27,11 +27,9 @@ * i4b_l4timer.c - timer and timeout handling for layer 4 * -------------------------------------------------------- * - * $Id: i4b_l4timer.c,v 1.18 2000/08/24 11:48:58 hm Exp $ - * * $FreeBSD$ * - * last edit-date: [Thu Aug 24 12:50:17 2000] + * last edit-date: [Sat Mar 9 19:49:13 2002] * *---------------------------------------------------------------------------*/ @@ -43,17 +41,8 @@ #include <sys/kernel.h> #include <sys/systm.h> -#if defined(__NetBSD__) && __NetBSD_Version__ >= 104230000 -#include <sys/callout.h> -#endif - -#ifdef __FreeBSD__ #include <machine/i4b_debug.h> #include <machine/i4b_ioctl.h> -#else -#include <i4b/i4b_debug.h> -#include <i4b/i4b_ioctl.h> -#endif #include <i4b/include/i4b_global.h> #include <i4b/include/i4b_l3l4.h> |