Re: 2.4.23pre6aa1: XFS compile fix

From: rwhron
Date: Fri Oct 03 2003 - 20:41:04 EST


fs/xfs/support/Makefile lost a line between 2.4.22aa1 and 2.4.23pre6aa1.

make says:

fs/fs.o: In function `xfs_attr_shortform_list':
fs/fs.o(.text+0xad95a): undefined reference to `qsort'
fs/fs.o: In function `xfs_dir2_sf_to_block':
fs/fs.o(.text+0xc76ee): undefined reference to `qsort'
fs/fs.o: In function `xfs_dir_shortform_getdents':
fs/fs.o(.text+0xceb41): undefined reference to `qsort'
make: *** [vmlinux] Error 1


--- linux-2.4.23pre6aa1/fs/xfs/support/Makefile Fri Oct 3 21:50:36 2003
+++ linux/fs/xfs/support/Makefile Fri Oct 3 21:47:56 2003
@@ -48,6 +48,7 @@
ktrace.o \
move.o \
mrlock.o \
+ qsort.o \
uuid.o

include $(TOPDIR)/Rules.make


--
Randy Hron
http://home.earthlink.net/~rwhron/kernel/bigbox.html

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/