From faf402519ddfc400b8312f00e8a470b4a0a3e5da Mon Sep 17 00:00:00 2001 From: Keith Vetter Date: Sat, 1 Apr 1995 03:36:43 +0000 Subject: [PATCH] Fixed low-level i/o routine (dup) not being STDC on the PC git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5337 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/krb5/ChangeLog | 4 ++++ src/include/krb5/k5-config.h | 1 + 2 files changed, 5 insertions(+) diff --git a/src/include/krb5/ChangeLog b/src/include/krb5/ChangeLog index 1b3669165..fd6533dea 100644 --- a/src/include/krb5/ChangeLog +++ b/src/include/krb5/ChangeLog @@ -1,3 +1,7 @@ +Fri Mar 31 19:34:47 1995 Keith Vetter (keithv@fusion.com) + + * k5-config.h: defined dup to _dup for STDC stuff on Windows + Fri Mar 31 16:12:28 1995 Theodore Y. Ts'o (tytso@dcl) * configure.in (CONFIG_RULES): Replaced. diff --git a/src/include/krb5/k5-config.h b/src/include/krb5/k5-config.h index 60e3687e6..b65a466e7 100644 --- a/src/include/krb5/k5-config.h +++ b/src/include/krb5/k5-config.h @@ -148,6 +148,7 @@ int win_socket_initialize(); #define read _read #define fstat _fstat #define mktemp _mktemp +#define dup _dup #define getpid _getpid #endif -- 2.26.2