From 23e1bffd7a6938d667ee4a2675b82854bb575da8 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Wed, 2 Aug 2006 22:42:10 +0000 Subject: [PATCH] lance needs 8k in order for safecopies to work (malloc()). --- drivers/lance/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/lance/Makefile b/drivers/lance/Makefile index 6d1d5c24e..c8bb1070f 100644 --- a/drivers/lance/Makefile +++ b/drivers/lance/Makefile @@ -22,7 +22,7 @@ OBJ = lance.o all build: $(DRIVER) $(DRIVER): $(OBJ) $(CC) -o $@ $(LDFLAGS) $(OBJ) $(LIBS) - install -S 4k $(DRIVER) + install -S 8k $(DRIVER) # install with other drivers install: /usr/sbin/$(DRIVER) -- 2.44.0