patch-2.4.20 linux-2.4.20/drivers/md/lvm-internal.h

Next file: linux-2.4.20/drivers/md/lvm-snap.c
Previous file: linux-2.4.20/drivers/md/lvm-fs.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.19/drivers/md/lvm-internal.h linux-2.4.20/drivers/md/lvm-internal.h
@@ -49,6 +49,10 @@
 extern vg_t *vg[];
 extern struct file_operations lvm_chr_fops;
 
+#ifndef	uchar
+typedef	unsigned char	uchar;
+#endif
+
 extern struct block_device_operations lvm_blk_dops;
 
 #define lvm_sectsize(dev) get_hardsect_size(dev)

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)