The following changes since commit 99350ae471e1271cae7bb3ef68b5ee0e11c21828: Merge branch 'rbd-poll' (2016-10-19 09:24:04 -0600) are available in the git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to e291cff14e97feb3cff711f5a5cbcb63b32f9c72: Use fmt -w WIDTH option instead of -WIDTH (2016-10-20 08:10:10 -0600) ---------------------------------------------------------------- Tomohiro Kusumi (2): Remove getopt_long_only macro from NetBSD header Use fmt -w WIDTH option instead of -WIDTH Makefile | 4 ++-- os/os-netbsd.h | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) --- Diff of recent changes: diff --git a/Makefile b/Makefile index 6b5548a..b3a12dd 100644 --- a/Makefile +++ b/Makefile @@ -315,7 +315,7 @@ override CFLAGS += -DFIO_VERSION='"$(FIO_VERSION)"' @$(CC) -MM $(CFLAGS) $(CPPFLAGS) $(SRCDIR)/$*.c > $*.d @mv -f $*.d $*.d.tmp @sed -e 's|.*:|$*.o:|' < $*.d.tmp > $*.d - @sed -e 's/.*://' -e 's/\\$$//' < $*.d.tmp | fmt -1 | \ + @sed -e 's/.*://' -e 's/\\$$//' < $*.d.tmp | fmt -w 1 | \ sed -e 's/^ *//' -e 's/$$/:/' >> $*.d @rm -f $*.d.tmp @@ -354,7 +354,7 @@ init.o: init.c FIO-VERSION-FILE @$(CC) -MM $(CFLAGS) $(CPPFLAGS) $(SRCDIR)/$*.c > $*.d @mv -f $*.d $*.d.tmp @sed -e 's|.*:|$*.o:|' < $*.d.tmp > $*.d - @sed -e 's/.*://' -e 's/\\$$//' < $*.d.tmp | fmt -1 | \ + @sed -e 's/.*://' -e 's/\\$$//' < $*.d.tmp | fmt -w 1 | \ sed -e 's/^ *//' -e 's/$$/:/' >> $*.d @rm -f $*.d.tmp diff --git a/os/os-netbsd.h b/os/os-netbsd.h index 4c629dd..1ef5866 100644 --- a/os/os-netbsd.h +++ b/os/os-netbsd.h @@ -74,7 +74,4 @@ static inline unsigned long long get_fs_free_size(const char *path) #define FIO_MADV_FREE MADV_FREE #endif -/* XXX NetBSD doesn't have getopt_long_only */ -#define getopt_long_only getopt_long - #endif -- 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