From 3e7af4a9665cdd7b30f61045cc0ae4c494d0c7a8 Mon Sep 17 00:00:00 2001 From: hm Date: Sun, 17 Mar 2002 09:33:15 +0000 Subject: Clean up the i4b kernel part: remove unmaintained #if(def)s for NetBSD, OpenBSD and BSD/OS and respective code, remove pre $FreeBSD CVS id's, remove #if(def)s and respective code for FreeBSD versions < 5 . --- sys/i4b/layer2/i4b_l2fsm.c | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'sys/i4b/layer2/i4b_l2fsm.c') diff --git a/sys/i4b/layer2/i4b_l2fsm.c b/sys/i4b/layer2/i4b_l2fsm.c index 441b314..a0ca484 100644 --- a/sys/i4b/layer2/i4b_l2fsm.c +++ b/sys/i4b/layer2/i4b_l2fsm.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,19 +27,14 @@ * i4b_l2fsm.c - layer 2 FSM * ------------------------- * - * $Id: i4b_l2fsm.c,v 1.22 2000/08/24 11:48:58 hm Exp $ - * * $FreeBSD$ * - * last edit-date: [Tue May 30 15:48:20 2000] + * last edit-date: [Sat Mar 9 16:14:07 2002] * *---------------------------------------------------------------------------*/ -#ifdef __FreeBSD__ #include "i4bq921.h" -#else -#define NI4BQ921 1 -#endif + #if NI4BQ921 > 0 #include @@ -47,17 +42,8 @@ #include #include -#if defined(__NetBSD__) && __NetBSD_Version__ >= 104230000 -#include -#endif - -#ifdef __FreeBSD__ #include #include -#else -#include -#include -#endif #include #include -- cgit v1.1