summaryrefslogtreecommitdiff
path: root/uidswap.c
diff options
context:
space:
mode:
Diffstat (limited to 'uidswap.c')
-rw-r--r--uidswap.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/uidswap.c b/uidswap.c
index 19fc11b92..8af46d450 100644
--- a/uidswap.c
+++ b/uidswap.c
@@ -12,7 +12,7 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: uidswap.c,v 1.10 2000/12/17 09:33:40 markus Exp $"); 15RCSID("$OpenBSD: uidswap.c,v 1.11 2000/12/20 19:37:22 markus Exp $");
16 16
17#include "ssh.h" 17#include "ssh.h"
18#include "uidswap.h" 18#include "uidswap.h"
@@ -65,7 +65,7 @@ temporarily_use_uid(uid_t uid)
65 * Restores to the original uid. 65 * Restores to the original uid.
66 */ 66 */
67void 67void
68restore_uid() 68restore_uid(void)
69{ 69{
70#ifdef SAVED_IDS_WORK_WITH_SETEUID 70#ifdef SAVED_IDS_WORK_WITH_SETEUID
71 /* Set the effective uid back to the saved uid. */ 71 /* Set the effective uid back to the saved uid. */