Update of /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/compressor
In directory usw-pr-cvs1:/tmp/cvs-serv17293/char/ftape/compressor
Modified Files:
Makefile lzrw3.c lzrw3.h zftape-compress.c zftape-compress.h
Log Message:
synch 2.4.15 commit 55
Index: Makefile
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/compressor/Makefile,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
Index: lzrw3.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/compressor/lzrw3.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
Index: lzrw3.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/compressor/lzrw3.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
Index: zftape-compress.c
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/compressor/zftape-compress.c,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
--- zftape-compress.c 14 Jan 2001 17:58:17 -0000 1.1.1.1
+++ zftape-compress.c 11 Apr 2002 13:31:01 -0000 1.2
@@ -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 (cl...@mo...");
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)
Index: zftape-compress.h
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.4/drivers/char/ftape/compressor/zftape-compress.h,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -r1.1.1.1 -r1.2
|