Patch for HP-UX.

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@397 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Unknown User d91-jda
1996-04-17 17:43:38 +00:00
parent cd603ba071
commit 5f3d14fdd2
3 changed files with 9 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
#include <config.h>
#endif
#include <sys/types.h>
#include <netinet/in.h>
#include <netdb.h>

View File

@@ -19,6 +19,9 @@
#include <ctype.h>
#include <glob.h>
#include <netdb.h>
extern int h_errno;
#include <pwd.h>
#include <signal.h>
#include <stdio.h>

View File

@@ -89,6 +89,11 @@ static char rcsid[] = "$NetBSD: ftpd.c,v 1.15 1995/06/03 22:46:47 mycroft Exp $"
#include <stdarg.h>
#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"