added roken,sl,editline

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1856 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-06-08 01:51:18 +00:00
parent d346d42ab2
commit 3b2b6d8a39
13 changed files with 345 additions and 58 deletions

View File

@@ -69,8 +69,6 @@
#include <sys/ioctl.h>
#endif
#include "protos.h"
#if !defined(HAVE_SETSID) && defined(HAVE__SETSID)
#define setsid _setsid
#endif
@@ -181,10 +179,6 @@ int inet_aton(const char *cp, struct in_addr *adr);
char* getcwd(char *path, size_t size);
#endif
#ifndef HAVE_GETENT
int getent(char *cp, char *name);
#endif
#ifdef HAVE_PWD_H
#include <pwd.h>
struct passwd *k_getpwnam (char *user);