From de4ae07f12dabf8815ecede54235fce5d22e3f63 Mon Sep 17 00:00:00 2001 From: "djm@openbsd.org" Date: Fri, 18 Aug 2017 05:36:45 +0000 Subject: upstream commit Move several subprocess-related functions from various locations to misc.c. Extend subprocess() to offer a little more control over stdio disposition. feedback & ok dtucker@ Upstream-ID: 3573dd7109d13ef9bd3bed93a3deb170fbfce049 --- auth.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'auth.h') diff --git a/auth.h b/auth.h index cbbc9623..29835ae9 100644 --- a/auth.h +++ b/auth.h @@ -1,4 +1,4 @@ -/* $OpenBSD: auth.h,v 1.92 2017/06/24 06:34:38 djm Exp $ */ +/* $OpenBSD: auth.h,v 1.93 2017/08/18 05:36:45 djm Exp $ */ /* * Copyright (c) 2000 Markus Friedl. All rights reserved. @@ -146,10 +146,6 @@ void auth2_record_info(Authctxt *authctxt, const char *, ...) __attribute__((__nonnull__ (2))); void auth2_update_session_info(Authctxt *, const char *, const char *); -struct stat; -int auth_secure_path(const char *, struct stat *, const char *, uid_t, - char *, size_t); - #ifdef KRB5 int auth_krb5(Authctxt *authctxt, krb5_data *auth, char **client, krb5_data *); int auth_krb5_tgt(Authctxt *authctxt, krb5_data *tgt); -- cgit v1.2.1