* Re: 2.4.23pre6aa1: XFS compile fix
@ 2003-10-04 1:43 rwhron
0 siblings, 0 replies; only message in thread
From: rwhron @ 2003-10-04 1:43 UTC (permalink / raw)
To: andrea; +Cc: linux-kernel
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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2003-10-04 1:40 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-10-04 1:43 2.4.23pre6aa1: XFS compile fix rwhron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox