Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Sep 2016 04:07:58 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422902 - head/devel/android-tools-adb-devel/files
Message-ID:  <201609290407.u8T47wxs099186@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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"
  



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609290407.u8T47wxs099186>