]> git.ozlabs.org Git - ppp.git/blob - linux/patch-1.2
prototypes always (remove __P)
[ppp.git] / linux / patch-1.2
1 This file is used by the 'make kernel' function. It will apply the patch
2 to the drivers/net/Makefile to install the bsd_comp.c file into the list
3 of files needed to build the kernel.
4
5 This file is for the 1.2 kernel.
6
7 --- linux/drivers/net/Makefile.orig     Sun Oct  8 17:07:23 1995
8 +++ linux/drivers/net/Makefile  Sun Oct  8 17:10:25 1995
9 @@ -85,12 +85,14 @@
10  NETDRV_OBJS := $(NETDRV_OBJS) ppp.o
11  CONFIG_SLHC = CONFIG_SLHC
12  else
13  MODULES := $(MODULES) ppp.o
14  endif
15  
16 +MODULES := $(MODULES) bsd_comp.o
17 +
18  ifdef CONFIG_SLIP
19  NETDRV_OBJS := $(NETDRV_OBJS) slip.o
20  CONFIG_SLHC = CONFIG_SLHC
21  else
22  MODULES := $(MODULES) slip.o
23  endif