From c6eb59caf6faeab4391c0d2191bfe86e1da1068e Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Fri, 6 Sep 1996 00:22:41 +0000 Subject: getdate.y: Declare a private copy of struct timeb to be used internally in this file. The problem is that Sun's C compiler doesn't deal gracefully with the pragmas for the declared structure which causes coredumps. Gcc of course works. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9037 dc483132-0cff-0310-8789-dd5450dbe970 --- src/kadmin/cli/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'src/kadmin/cli/ChangeLog') diff --git a/src/kadmin/cli/ChangeLog b/src/kadmin/cli/ChangeLog index e994c2c3a..b45d36ce8 100644 --- a/src/kadmin/cli/ChangeLog +++ b/src/kadmin/cli/ChangeLog @@ -1,3 +1,10 @@ +Thu Sep 5 20:15:12 1996 Ezra Peisach (epeisach@mit.edu) + + * getdate.y: Declare a private copy of struct timeb (no-one uses + the extra return structure in our tree). This works around + a bug with Sun's cc cimpiler, and pragma incompatibility + in its header files. + Tue Sep 3 22:10:49 1996 Theodore Y. Ts'o * Makefile.in (install): Fixed typo: ($PROG) -> $(PROG) -- cgit