]> git.pld-linux.org Git - packages/kernel.git/commitdiff
- fixed for patch-int-2.4.19.2.
authorcieciwa <cieciwa@pld-linux.org>
Fri, 15 Nov 2002 22:04:50 +0000 (22:04 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    linux-2.4.19-MODULE_XXX.patch -> 1.5

linux-2.4.19-MODULE_XXX.patch

index 6af182c95ca5282866946a05815ed7e2a5d27159..78a5061e890a3242863ae4df87f5eb9379b4eb80 100644 (file)
@@ -1,65 +1,3 @@
-diff -Nur linux-2.4.19.org/crypto/ciphers/cipher-blowfish_old.c linux-2.4.19/crypto/ciphers/cipher-blowfish_old.c
---- linux-2.4.19.org/crypto/ciphers/cipher-blowfish_old.c      Thu Nov  7 20:41:17 2002
-+++ linux-2.4.19/crypto/ciphers/cipher-blowfish_old.c  Thu Nov  7 21:04:04 2002
-@@ -4,6 +4,10 @@
- #include <asm/byteorder.h>
- #include <linux/crypto.h>
-+MODULE_AUTHOR("");
-+MODULE_DESCRIPTION("");
-+MODULE_LICENSE("GPL");
-+
- static u32 bf_pbox[16 + 2] = {
-       0x243f6a88, 0x85a308d3, 0x13198a2e, 0x03707344,
-       0xa4093822, 0x299f31d0, 0x082efa98, 0xec4e6c89,
-diff -Nur linux-2.4.19.org/crypto/ciphers/cipher-idea.c linux-2.4.19/crypto/ciphers/cipher-idea.c
---- linux-2.4.19.org/crypto/ciphers/cipher-idea.c      Thu Nov  7 20:41:17 2002
-+++ linux-2.4.19/crypto/ciphers/cipher-idea.c  Thu Nov  7 21:10:55 2002
-@@ -44,6 +44,8 @@
- #include <linux/crypto.h>
- #include <linux/string.h>
-+MODULE_LICENSE("GPL");
-+
- #define IDEAKEYSIZE 16
- #define IDEABLOCKSIZE 8
-diff -Nur linux-2.4.19.org/crypto/ciphers/cipher-rc5.c linux-2.4.19/crypto/ciphers/cipher-rc5.c
---- linux-2.4.19.org/crypto/ciphers/cipher-rc5.c       Thu Nov  7 20:41:17 2002
-+++ linux-2.4.19/crypto/ciphers/cipher-rc5.c   Thu Nov  7 21:11:30 2002
-@@ -45,6 +45,8 @@
- #include <linux/crypto.h> 
- #include <linux/wordops.h> 
-+MODULE_LICENSE("GPL");
-+
- /* RC5 definitions */
- #define WSIZE 32      /* word size, in bits */
- #define ROUNDS        16      /* rounds */
-diff -Nur linux-2.4.19.org/crypto/digests/digest-md5.c linux-2.4.19/crypto/digests/digest-md5.c
---- linux-2.4.19.org/crypto/digests/digest-md5.c       Thu Nov  7 20:41:17 2002
-+++ linux-2.4.19/crypto/digests/digest-md5.c   Thu Nov  7 21:12:21 2002
-@@ -15,6 +15,8 @@
- #include "md5.h"
- #include "md5c.c"
-+MODULE_LICENSE("GPL");
-+
- static int
- md5_open (struct digest_context *cx, int atomic)
- {
-diff -Nur linux-2.4.19.org/crypto/digests/digest-sha1.c linux-2.4.19/crypto/digests/digest-sha1.c
---- linux-2.4.19.org/crypto/digests/digest-sha1.c      Thu Nov  7 20:41:17 2002
-+++ linux-2.4.19/crypto/digests/digest-sha1.c  Thu Nov  7 21:12:44 2002
-@@ -14,6 +14,8 @@
- #include <linux/crypto.h>
- #include "sha1c.c"
-+MODULE_LICENSE("GPL");
-+
- static int
- sha1_open (struct digest_context *cx, int atomic)
- {
 diff -Nur linux-2.4.19.org/drivers/evms/AIXlvm_vge.c linux-2.4.19/drivers/evms/AIXlvm_vge.c
 --- linux-2.4.19.org/drivers/evms/AIXlvm_vge.c Thu Nov  7 20:41:38 2002
 +++ linux-2.4.19/drivers/evms/AIXlvm_vge.c     Thu Nov  7 21:04:04 2002
This page took 0.114105 seconds and 4 git commands to generate.