From: Ben Gras Date: Wed, 2 Aug 2006 22:42:10 +0000 (+0000) Subject: lance needs 8k in order for safecopies to work (malloc()). X-Git-Tag: v3.1.3~216 X-Git-Url: http://zhaoyanbai.com/repos/icons/debian/static/gitweb.css?a=commitdiff_plain;h=23e1bffd7a6938d667ee4a2675b82854bb575da8;p=minix.git lance needs 8k in order for safecopies to work (malloc()). --- 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)