svn commit: r350109 - head/usr.bin/bsdiff/bspatch

Xin LI delphij at FreeBSD.org
Thu Jul 18 07:37:28 UTC 2019


Author: delphij
Date: Thu Jul 18 07:37:26 2019
New Revision: 350109
URL: https://svnweb.freebsd.org/changeset/base/350109

Log:
  errno.h is no longer needed as of r340239 so remove it.
  
  No MFC planned as that revision was not merged.

Modified:
  head/usr.bin/bsdiff/bspatch/bspatch.c

Modified: head/usr.bin/bsdiff/bspatch/bspatch.c
==============================================================================
--- head/usr.bin/bsdiff/bspatch/bspatch.c	Thu Jul 18 07:26:30 2019	(r350108)
+++ head/usr.bin/bsdiff/bspatch/bspatch.c	Thu Jul 18 07:37:26 2019	(r350109)
@@ -35,7 +35,6 @@ __FBSDID("$FreeBSD$");
 
 #include <bzlib.h>
 #include <err.h>
-#include <errno.h>
 #include <fcntl.h>
 #include <libgen.h>
 #include <limits.h>


More information about the svn-src-head mailing list