From: John Kohl Date: Mon, 29 Oct 1990 11:03:17 +0000 (+0000) Subject: don't need posix-conf.h anymore (it's subsumed in config.h) X-Git-Tag: krb5-1.0-alpha2~67 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=4f553c082d48af2c087a34d3175cf904af1fceff;p=krb5.git don't need posix-conf.h anymore (it's subsumed in config.h) git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1344 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb5/os/lock_file.c b/src/lib/krb5/os/lock_file.c index b7e3ada0e..203129316 100644 --- a/src/lib/krb5/os/lock_file.c +++ b/src/lib/krb5/os/lock_file.c @@ -22,7 +22,8 @@ static char rcsid_lock_file_c [] = #include -#include +/* POSIX_* are auto-magically defined in at source + configuration time. */ #ifdef POSIX_FILE_LOCKS #include diff --git a/src/lib/krb5/os/read_pwd.c b/src/lib/krb5/os/read_pwd.c index 15ad1ea74..d1f2cd696 100644 --- a/src/lib/krb5/os/read_pwd.c +++ b/src/lib/krb5/os/read_pwd.c @@ -25,7 +25,9 @@ static char rcsid_read_pwd_c[] = #include #include -#include + +/* POSIX_* are auto-magically defined in at source + configuration time. */ #ifdef POSIX_TERMIOS #include