sys/fcntl.h.
* krshd.c: Always define the Kerberos V4 data structures.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4800
dc483132-0cff-0310-8789-
dd5450dbe970
+Mon Jan 9 21:48:54 1995 Theodore Y. Ts'o (tytso@dcl)
+
+ * kcmd.c, krlogin.c, krcp.c: Always include fcntl.h, and never
+ sys/fcntl.h.
+
+ * krshd.c: Always define the Kerberos V4 data structures.
+
Tue Jan 3 16:54:02 1995 Richard Basch (probe@tardis)
* krshd.c
#define _TYPES_
#endif
#include <fcntl.h>
-#ifdef NEED_SYS_FCNTL_H
-#include <sys/fcntl.h>
-#endif
-
-
#ifndef MAXPATHLEN
#define MAXPATHLEN 1024
#define _TYPES_
#endif
#include <sys/file.h>
-#ifdef NEED_SYS_FCNTL_H
-#include <sys/fcntl.h>
-#endif
+#include <fcntl.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/ioctl.h>
#include <sys/resource.h>
#include <sys/wait.h>
#include <fcntl.h>
-#ifdef NEED_SYS_FCNTL_H
-#include <sys/fcntl.h>
-#endif
#include <netinet/in.h>
krb5_principal client;
krb5_authenticator *kdata;
-#ifdef KRB5_KRB4_COMPAT
#include <kerberosIV/krb.h>
AUTH_DAT *v4_kdata;
KTEXT v4_ticket;
-#endif
int auth_sys = 0; /* Which version of Kerberos used to authenticate */