summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKeith Vetter <keithv@fusion.com>1995-04-01 03:36:43 +0000
committerKeith Vetter <keithv@fusion.com>1995-04-01 03:36:43 +0000
commitfaf402519ddfc400b8312f00e8a470b4a0a3e5da (patch)
tree0e6d3b296ab298b8ae9551f1887f55a3ee2c82fa /src
parent2f5e41a4a17bb050974a779a19ba641fec91f786 (diff)
downloadkrb5-faf402519ddfc400b8312f00e8a470b4a0a3e5da.tar.gz
krb5-faf402519ddfc400b8312f00e8a470b4a0a3e5da.tar.xz
krb5-faf402519ddfc400b8312f00e8a470b4a0a3e5da.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/include/krb5/ChangeLog4
-rw-r--r--src/include/krb5/k5-config.h1
2 files changed, 5 insertions, 0 deletions
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