summaryrefslogtreecommitdiffstats
path: root/src/appl/gssftp/ftp/ruserpass.c
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>1996-02-07 20:33:12 +0000
committerEzra Peisach <epeisach@mit.edu>1996-02-07 20:33:12 +0000
commit3429dd5914fd4415128fc27967f66f2b65f11e30 (patch)
tree50fb32e1eab7bb059d4795debe6ea2cd0f35fe79 /src/appl/gssftp/ftp/ruserpass.c
parent1e14c4a2145167e32eccbab0a032115ebf86006d (diff)
downloadkrb5-3429dd5914fd4415128fc27967f66f2b65f11e30.tar.gz
krb5-3429dd5914fd4415128fc27967f66f2b65f11e30.tar.xz
krb5-3429dd5914fd4415128fc27967f66f2b65f11e30.zip
* configure.in: Check for stdlib.h
* secure.c, pclose.c, ruserpass.c, ftp.c: Include stdlib.h if present for malloc declarations. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7453 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/gssftp/ftp/ruserpass.c')
-rw-r--r--src/appl/gssftp/ftp/ruserpass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/appl/gssftp/ftp/ruserpass.c b/src/appl/gssftp/ftp/ruserpass.c
index 5587c6c19..a3e676059 100644
--- a/src/appl/gssftp/ftp/ruserpass.c
+++ b/src/appl/gssftp/ftp/ruserpass.c
@@ -38,7 +38,7 @@ static char sccsid[] = "@(#)ruserpass.c 5.3 (Berkeley) 3/1/91";
#include <sys/types.h>
#include <stdio.h>
#include <string.h>
-#ifdef POSIX
+#ifdef HAVE_STDLIB_H
#include <stdlib.h>
#endif
#include <ctype.h>