patch-2.4.10 linux/drivers/char/ftape/compressor/zftape-compress.c
Next file: linux/drivers/char/ftape/lowlevel/ftape-calibr.c
Previous file: linux/drivers/char/esp.c
Back to the patch index
Back to the overall index
- Lines: 17
- Date:
Thu Sep 13 15:21:32 2001
- Orig file:
v2.4.9/linux/drivers/char/ftape/compressor/zftape-compress.c
- Orig date:
Tue Nov 23 10:29:15 1999
diff -u --recursive --new-file v2.4.9/linux/drivers/char/ftape/compressor/zftape-compress.c linux/drivers/char/ftape/compressor/zftape-compress.c
@@ -1258,14 +1258,13 @@
TRACE_EXIT 0;
}
-
#ifdef MODULE
-#if LINUX_VERSION_CODE >= KERNEL_VER(2,1,18)
+
MODULE_AUTHOR(
"(c) 1996, 1997 Claus-Justus Heine (claus@momo.math.rwth-aachen.de");
MODULE_DESCRIPTION(
"Compression routines for zftape. Uses the lzrw3 algorithm by Ross Williams");
-#endif
+MODULE_LICENSE("GPL");
#if LINUX_VERSION_CODE >= KERNEL_VER(2,1,18)
static int can_unload(void)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)