Index: head/sysutils/flock/files/patch-include_pathnames.h =================================================================== --- head/sysutils/flock/files/patch-include_pathnames.h (revision 427002) +++ head/sysutils/flock/files/patch-include_pathnames.h (nonexistent) @@ -1,17 +0,0 @@ ---- include/pathnames.h.orig 2016-03-09 10:44:05 UTC -+++ include/pathnames.h -@@ -46,10 +46,14 @@ - #define _PATH_MAILDIR "/var/spool/mail" - #endif - #define _PATH_MOTDFILE "/etc/motd" -+#ifndef _PATH_NOLOGIN - #define _PATH_NOLOGIN "/etc/nologin" -+#endif - #define _PATH_VAR_NOLOGIN "/var/run/nologin" - -+#ifndef _PATH_LOGIN - #define _PATH_LOGIN "/bin/login" -+#endif - #define _PATH_SHUTDOWN "/sbin/shutdown" - - #define _PATH_TERMCOLORS_DIRNAME "terminal-colors.d" Property changes on: head/sysutils/flock/files/patch-include_pathnames.h ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/sysutils/flock/files/patch-lib_blkdev.c =================================================================== --- head/sysutils/flock/files/patch-lib_blkdev.c (revision 427002) +++ head/sysutils/flock/files/patch-lib_blkdev.c (nonexistent) @@ -1,20 +0,0 @@ ---- lib/blkdev.c.orig 2016-07-30 07:16:42 UTC -+++ lib/blkdev.c -@@ -133,7 +133,7 @@ blkdev_get_size(int fd, unsigned long lo - } - #endif /* FDGETPRM */ - --#ifdef HAVE_SYS_DISKLABEL_H -+#if defined(HAVE_SYS_DISKLABEL_H) && defined(DIOCGDINFO) - { - /* - * This code works for FreeBSD 4.11 i386, except for the full device -@@ -161,7 +161,7 @@ blkdev_get_size(int fd, unsigned long lo - } - } - } --#endif /* HAVE_SYS_DISKLABEL_H */ -+#endif /* defined(HAVE_SYS_DISKLABEL_H) && defined(DIOCGDINFO) */ - - { - struct stat st; Property changes on: head/sysutils/flock/files/patch-lib_blkdev.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property