diff options
author | Darren Tucker <dtucker@zip.com.au> | 2012-11-05 07:04:37 +0100 |
---|---|---|
committer | Darren Tucker <dtucker@zip.com.au> | 2012-11-05 07:04:37 +0100 |
commit | f96ff18a9240e38e5d3c671f5f8f341099874aaf (patch) | |
tree | edca765088179b1faec91fb305ce8a2487663cc9 /openbsd-compat/openbsd-compat.h | |
parent | - djm@cvs.openbsd.org 2012/11/04 11:09:15 (diff) | |
download | openssh-f96ff18a9240e38e5d3c671f5f8f341099874aaf.tar.xz openssh-f96ff18a9240e38e5d3c671f5f8f341099874aaf.zip |
- (dtucker) [uidswap.c openbsd-compat/Makefile.in
openbsd-compat/bsd-setres_id.c openbsd-compat/bsd-setres_id.h
openbsd-compat/openbsd-compat.h] Move the fallback code for setting uids
and gids from uidswap.c to the compat library, which allows it to work with
the new setresuid calls in auth2-pubkey. with tim@, ok djm@
Diffstat (limited to 'openbsd-compat/openbsd-compat.h')
-rw-r--r-- | openbsd-compat/openbsd-compat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/openbsd-compat/openbsd-compat.h b/openbsd-compat/openbsd-compat.h index 807acf626..664cb0445 100644 --- a/openbsd-compat/openbsd-compat.h +++ b/openbsd-compat/openbsd-compat.h @@ -1,4 +1,4 @@ -/* $Id: openbsd-compat.h,v 1.52 2011/09/23 01:16:11 djm Exp $ */ +/* $Id: openbsd-compat.h,v 1.53 2012/11/05 06:04:38 dtucker Exp $ */ /* * Copyright (c) 1999-2003 Damien Miller. All rights reserved. @@ -149,6 +149,7 @@ int writev(int, struct iovec *, int); /* Home grown routines */ #include "bsd-misc.h" +#include "bsd-setres_id.h" #include "bsd-statvfs.h" #include "bsd-waitpid.h" #include "bsd-poll.h" |