patch-2.4.15 linux/fs/isofs/compress.c
Next file: linux/fs/jbd/Makefile
Previous file: linux/fs/intermezzo/vfs.c
Back to the patch index
Back to the overall index
-  Lines: 10
-  Date:
Tue Nov  6 08:34:40 2001
-  Orig file: 
v2.4.14/linux/fs/isofs/compress.c
-  Orig date: 
Mon Nov  5 15:55:33 2001
diff -u --recursive --new-file v2.4.14/linux/fs/isofs/compress.c linux/fs/isofs/compress.c
@@ -44,9 +44,6 @@
 
 #include "zisofs.h"
 
-#define min(a,b)	((a)<(b)?(a):(b))
-#define max(a,b)	((a)>(b)?(a):(b))
-
 /* This should probably be global. */
 static char zisofs_sink_page[PAGE_CACHE_SIZE];
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)