lkml.org 
[lkml]   [2003]   [Oct]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
SubjectRe: 2.4.23pre6aa1: XFS compile fix
From
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@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:49    [W:0.120 / U:0.036 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site