socsvn commit: r259173 - soc2013/dpl/head/usr.bin/bsdiff/bspatch

dpl at FreeBSD.org dpl at FreeBSD.org
Tue Oct 29 08:54:06 UTC 2013


Author: dpl
Date: Tue Oct 29 08:54:05 2013
New Revision: 259173
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=259173

Log:
  Added include errno.
  

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

Modified: soc2013/dpl/head/usr.bin/bsdiff/bspatch/bspatch.c
==============================================================================
--- soc2013/dpl/head/usr.bin/bsdiff/bspatch/bspatch.c	Tue Oct 29 07:48:36 2013	(r259172)
+++ soc2013/dpl/head/usr.bin/bsdiff/bspatch/bspatch.c	Tue Oct 29 08:54:05 2013	(r259173)
@@ -32,6 +32,7 @@
 #include <stdio.h>
 #include <string.h>
 #include <err.h>
+#include <errno.h>
 #include <unistd.h>
 #include <fcntl.h>
 


More information about the svn-soc-all mailing list