From 058fa07b32a9294e257b197c7c6be77a43bb6a52 Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Wed, 27 Jan 2021 07:21:56 +0000 Subject: these programs (with common ancestry) had a -fno-common problem related to privsep_procid. ok mortimer --- usr.sbin/ypldap/ypldap.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'usr.sbin/ypldap/ypldap.c') diff --git a/usr.sbin/ypldap/ypldap.c b/usr.sbin/ypldap/ypldap.c index aa7bc6fe9c9..1ee6b516442 100644 --- a/usr.sbin/ypldap/ypldap.c +++ b/usr.sbin/ypldap/ypldap.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ypldap.c,v 1.21 2017/01/20 12:39:36 benno Exp $ */ +/* $OpenBSD: ypldap.c,v 1.22 2021/01/27 07:21:55 deraadt Exp $ */ /* * Copyright (c) 2008 Pierre-Yves Ritschard @@ -59,6 +59,8 @@ pid_t client_pid = 0; char *conffile = YPLDAP_CONF_FILE; int opts = 0; +enum privsep_procid ypldap_process; + void usage(void) { -- cgit v1.2.3