$OpenBSD: patch-content_common_set_process_title_linux_cc,v 1.3 2016/03/23 20:13:07 robert Exp $
--- content/common/set_process_title_linux.cc.orig.port	Wed Feb 24 00:02:00 2016
+++ content/common/set_process_title_linux.cc	Thu Mar  3 09:43:26 2016
@@ -49,6 +49,8 @@
 extern char** environ;
 
 static char** g_main_argv = NULL;
+
+#if !defined(OS_BSD)
 static char* g_orig_argv0 = NULL;
 
 void setproctitle(const char* fmt, ...) {
@@ -101,6 +103,7 @@ void setproctitle(const char* fmt, ...) {
   va_end(ap);
   g_main_argv[1] = NULL;
 }
+#endif
 
 // A version of this built into glibc would not need this function, since
 // it could stash the argv pointer in __libc_start_main(). But we need it.
