summaryrefslogtreecommitdiffstats
path: root/minadbd
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2015-08-07 22:21:06 +0200
committerElliott Hughes <enh@google.com>2015-08-07 22:21:06 +0200
commitfaa75006af4f5ff5b189a80c8a6666ff88787e42 (patch)
tree8676aa4a471da11239baef3f07954ab6bf9911c6 /minadbd
parentMerge "udpater: Call fsync() after rename()." (diff)
downloadandroid_bootable_recovery-faa75006af4f5ff5b189a80c8a6666ff88787e42.tar
android_bootable_recovery-faa75006af4f5ff5b189a80c8a6666ff88787e42.tar.gz
android_bootable_recovery-faa75006af4f5ff5b189a80c8a6666ff88787e42.tar.bz2
android_bootable_recovery-faa75006af4f5ff5b189a80c8a6666ff88787e42.tar.lz
android_bootable_recovery-faa75006af4f5ff5b189a80c8a6666ff88787e42.tar.xz
android_bootable_recovery-faa75006af4f5ff5b189a80c8a6666ff88787e42.tar.zst
android_bootable_recovery-faa75006af4f5ff5b189a80c8a6666ff88787e42.zip
Diffstat (limited to 'minadbd')
-rw-r--r--minadbd/adb_main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/adb_main.cpp b/minadbd/adb_main.cpp
index 724f39c1d..514f19699 100644
--- a/minadbd/adb_main.cpp
+++ b/minadbd/adb_main.cpp
@@ -27,7 +27,7 @@
#include "adb_auth.h"
#include "transport.h"
-int adb_main(int is_daemon, int server_port) {
+int adb_main(int is_daemon, int server_port, int /* reply_fd */) {
adb_device_banner = "sideload";
signal(SIGPIPE, SIG_IGN);