summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rice <tim@multitalents.net>2001-03-19 18:49:21 -0800
committerTim Rice <tim@multitalents.net>2001-03-19 18:49:21 -0800
commitc17edda1c1d94860c723a47fbf88611d72401b7b (patch)
tree905a7a801df46ba7d2f2339fb8fb0af93e62b132
parentd14d7021a14fd45705bd1f4833e2e63829c04449 (diff)
change S_ISLNK macro to work for UnixWare 2.03
-rw-r--r--ChangeLog6
-rw-r--r--defines.h2
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index adc3faae..f3bb97c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -11,8 +11,8 @@
version 2.5.2
- (djm) Update RPM spec version
- (djm) Release 2.5.2p1
-- tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
- change S_ISLNK macro to work for UnixWare 2.03
+ - tim@mindrot.org 2001/03/19 18:33:47 [defines.h]
+ change S_ISLNK macro to work for UnixWare 2.03
20010319
- (djm) Seed PRNG at startup, rather than waiting for arc4random calls to
@@ -4643,4 +4643,4 @@
- Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1
-$Id: ChangeLog,v 1.992 2001/03/20 02:31:44 tim Exp $
+$Id: ChangeLog,v 1.991.2.1 2001/03/20 02:49:21 tim Exp $
diff --git a/defines.h b/defines.h
index 7f888935..47bddc8d 100644
--- a/defines.h
+++ b/defines.h
@@ -1,7 +1,7 @@
#ifndef _DEFINES_H
#define _DEFINES_H
-/* $Id: defines.h,v 1.61 2001/03/20 02:31:45 tim Exp $ */
+/* $Id: defines.h,v 1.60.2.1 2001/03/20 02:49:22 tim Exp $ */
/* Some platforms need this for the _r() functions */
#if !defined(_REENTRANT) && !defined(SNI)