Date: Thu, 27 Jun 2013 23:29:04 +0000 (UTC) From: Matthias Andree <mandree@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r321912 - head/sysutils/e2fsprogs/files Message-ID: <201306272329.r5RNT4Ex019724@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: mandree Date: Thu Jun 27 23:29:03 2013 New Revision: 321912 URL: http://svnweb.freebsd.org/changeset/ports/321912 Log: Kill three compiler warnings. Added: head/sysutils/e2fsprogs/files/patch-misc__tune2fs.c (contents, props changed) Added: head/sysutils/e2fsprogs/files/patch-misc__tune2fs.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/e2fsprogs/files/patch-misc__tune2fs.c Thu Jun 27 23:29:03 2013 (r321912) @@ -0,0 +1,21 @@ +--- ./misc/tune2fs.c.orig 2013-06-21 04:43:42.000000000 +0200 ++++ ./misc/tune2fs.c 2013-06-28 01:08:29.000000000 +0200 +@@ -25,8 +25,6 @@ + * 94/03/06 - Added the checks interval from Uwe Ohse (uwe@tirka.gun.de) + */ + +-#define _XOPEN_SOURCE 600 /* for inclusion of strptime() */ +-#define _BSD_SOURCE /* for inclusion of strcasecmp() */ + #include "config.h" + #include <fcntl.h> + #include <grp.h> +@@ -48,6 +46,9 @@ + #include <libgen.h> + #include <limits.h> + ++#include <netinet/in.h> ++#include <strings.h> ++ + #include "ext2fs/ext2_fs.h" + #include "ext2fs/ext2fs.h" + #include "et/com_err.h"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201306272329.r5RNT4Ex019724>