svn commit: r422902 - head/devel/android-tools-adb-devel/files

Jan Beich jbeich at FreeBSD.org
Thu Sep 29 04:07:59 UTC 2016


Author: jbeich
Date: Thu Sep 29 04:07:58 2016
New Revision: 422902
URL: https://svnweb.freebsd.org/changeset/ports/422902

Log:
  devel/android-tools-adb-devel: missed comment for 9.x fix

Modified:
  head/devel/android-tools-adb-devel/files/patch-adb_commandline.h   (contents, props changed)

Modified: head/devel/android-tools-adb-devel/files/patch-adb_commandline.h
==============================================================================
--- head/devel/android-tools-adb-devel/files/patch-adb_commandline.h	Thu Sep 29 03:44:05 2016	(r422901)
+++ head/devel/android-tools-adb-devel/files/patch-adb_commandline.h	Thu Sep 29 04:07:58 2016	(r422902)
@@ -4,7 +4,7 @@
  #ifndef COMMANDLINE_H
  #define COMMANDLINE_H
  
-+#include <stdio.h>
++#include <stdio.h> // fwrite
 +
  #include "adb.h"
  


More information about the svn-ports-head mailing list