]> git.pld-linux.org Git - packages/kernel.git/blob - linux-lids-with-abi.patch
- added description of djurban's branch
[packages/kernel.git] / linux-lids-with-abi.patch
1 --- lids-1.0.9-2.4.5/lids-1.0.9-2.4.5.patch.org Fri Jun  1 03:28:51 2001
2 +++ lids-1.0.9-2.4.5/lids-1.0.9-2.4.5.patch     Sun Jun 24 09:56:02 2001
3 @@ -1805,10 +1805,10 @@
4  diff -N -r -u linux-2.4.5/kernel/Makefile linux/kernel/Makefile
5  --- linux-2.4.5/kernel/Makefile        Sat May 26 16:35:24 2001
6  +++ linux/kernel/Makefile      Sat May 26 16:48:48 2001
7 -@@ -19,6 +19,8 @@
8 - obj-$(CONFIG_UID16) += uid16.o
9 +@@ -20,6 +20,8 @@
10   obj-$(CONFIG_MODULES) += ksyms.o
11   obj-$(CONFIG_PM) += pm.o
12 + obj-$(CONFIG_KALLSYMS) += kallsyms.o
13  +obj-$(CONFIG_LIDS) += lids.o rmd160.o
14  +obj-$(CONFIG_LIDS_SA_THROUGH_NET) += klids.o lids_net.o
15   
16 @@ -2344,9 +2344,9 @@
17   #include <linux/proc_fs.h>
18   #endif
19  @@ -546,3 +550,27 @@
20
21 - EXPORT_SYMBOL(tasklist_lock);
22 - EXPORT_SYMBOL(pidhash);
23
24 + EXPORT_SYMBOL(max_threads);
25
26  +
27  +/* LIDS */
28  +#ifdef CONFIG_LIDS
This page took 0.134055 seconds and 3 git commands to generate.