From 8328b216de6c6fc7f5494098e30c8f1ff96667ec Mon Sep 17 00:00:00 2001 From: Unknown User d91-jda Date: Sun, 28 Apr 1996 17:47:37 +0000 Subject: [PATCH] Removed hp-ux stuff. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@438 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ftpd/ftpd.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/appl/ftp/ftpd/ftpd.c b/appl/ftp/ftpd/ftpd.c index 1c8d10810..cd87b0ca9 100644 --- a/appl/ftp/ftpd/ftpd.c +++ b/appl/ftp/ftpd/ftpd.c @@ -89,11 +89,6 @@ static char rcsid[] = "$NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $" #include -#ifdef __hpux -#define seteuid(euid) setresuid(-1, euid, -1) -#define setegid(egid) setresgid(-1, egid, -1) -#endif - #include "pathnames.h" #include "extern.h" #include "common.h"