aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Willemsen <dwillemsen@google.com>2018-03-12 21:54:13 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-12 21:54:13 +0000
commit87b492fdcd1e94e3e1eb7c0396d6cb4a4282e443 (patch)
tree472ee9502ffd3f3a453ac1adcc425ba1bfb37139
parent9bccbbbd5fd72444802d4442ade4d0be4f3681fe (diff)
parentbbe9a70a8592233a55b6af52a88f1758b9ba8d69 (diff)
downloaddhcpcd-6.8.2-87b492fdcd1e94e3e1eb7c0396d6cb4a4282e443.tar.gz
Remove obsolete __BRILLO__ flag
am: bbe9a70a85 Change-Id: Id69ef48808b97459b15df51d0d966a9bfd7b3e4b
-rw-r--r--dhcpcd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dhcpcd.c b/dhcpcd.c
index 28a472c..85b50db 100644
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -1447,9 +1447,9 @@ main(int argc, char **argv)
#endif
char ifn[IF_NAMESIZE];
-#if defined(__ANDROID__) && !defined(__BRILLO__)
+#if defined(__ANDROID__)
switch_user();
-#endif /* __ANDROID__ && !__BRILLO__ */
+#endif /* __ANDROID__ */
/* Test for --help and --version */
if (argc > 1) {