patch-2.2.15 linux/drivers/net/sk98lin/skrlmt.c
Next file: linux/drivers/net/sk98lin/sktimer.c
Previous file: linux/drivers/net/sk98lin/skqueue.c
Back to the patch index
Back to the overall index
- Lines: 40
- Date:
Fri Apr 21 12:46:20 2000
- Orig file:
v2.2.14/drivers/net/sk98lin/skrlmt.c
- Orig date:
Tue Jan 4 21:18:52 2000
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/net/sk98lin/skrlmt.c linux/drivers/net/sk98lin/skrlmt.c
@@ -2,8 +2,8 @@
*
* Name: skrlmt.c
* Project: GEnesis, PCI Gigabit Ethernet Adapter
- * Version: $Revision: 1.48 $
- * Date: $Date: 1999/10/04 14:01:17 $
+ * Version: $Revision: 1.49 $
+ * Date: $Date: 1999/11/22 13:38:02 $
* Purpose: Manage links on SK-NET Adapters, esp. redundant ones.
*
******************************************************************************/
@@ -13,8 +13,6 @@
* (C)Copyright 1998,1999 SysKonnect,
* a business unit of Schneider & Koch & Co. Datensysteme GmbH.
*
- * See the file "skge.c" for further information.
- *
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
@@ -29,6 +27,10 @@
* History:
*
* $Log: skrlmt.c,v $
+ * Revision 1.49 1999/11/22 13:38:02 cgoos
+ * Changed license header to GPL.
+ * Added initialization to some variables to avoid compiler warnings.
+ *
* Revision 1.48 1999/10/04 14:01:17 rassmann
* Corrected reaction to reception of BPDU frames.
* Added parameter descriptions to "For Readme" section skrlmt.txt.
@@ -216,7 +218,7 @@
#ifndef lint
static const char SysKonnectFileId[] =
- "@(#) $Id: skrlmt.c,v 1.48 1999/10/04 14:01:17 rassmann Exp $ (C) SysKonnect.";
+ "@(#) $Id: skrlmt.c,v 1.49 1999/11/22 13:38:02 cgoos Exp $ (C) SysKonnect.";
#endif /* !defined(lint) */
#define __SKRLMT_C
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)