From 72c234e50c49eb631dd84d8e5d110fa2bd73b303 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Fri, 30 May 2008 22:50:09 +0200 Subject: [PATCH] strsep got lost in Makefile.solaris Signed-off-by: Jens Axboe --- Makefile.solaris | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.solaris b/Makefile.solaris index bde0926f..f92a92e4 100644 --- a/Makefile.solaris +++ b/Makefile.solaris @@ -4,7 +4,7 @@ PROGS = fio SCRIPTS = fio_generate_plots 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 fifo.o smalloc.o filehash.o + rbtree.o fifo.o smalloc.o filehash.o lib/strsep.o OBJS += crc/crc7.o OBJS += crc/crc16.o -- 2.25.1