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

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)