> On Wed, May 12 2010, YAMAMOTO Takashi wrote: >> hi, >> >> the attached patch is for preliminary support for netbsd. > > Thanks, looks good. Applied. The rb bit is a bit icky, but we can fix > that up later. > > -- > Jens Axboe thanks. it seems that the following small change is necessary to catch up with the recent changes. YAMAMOTO Takashi Signed-off-by: YAMAMOTO Takashi <yamamoto@xxxxxxxxxxxxx> diff --git a/Makefile.NetBSD b/Makefile.NetBSD index 2fb089e..c223ab2 100644 --- a/Makefile.NetBSD +++ b/Makefile.NetBSD @@ -8,6 +8,9 @@ OBJS = gettime.o fio.o ioengines.o init.o stat.o log.o time.o filesetup.o \ eta.o verify.o memory.o io_u.o parse.o mutex.o options.o \ rbtree.o smalloc.o filehash.o helpers.o profile.o debug.o +OBJS += lib/rand.o +OBJS += lib/flist_sort.o + OBJS += crc/crc7.o OBJS += crc/crc16.o OBJS += crc/crc32.o -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html