diff options
| author | Ezra Peisach <epeisach@mit.edu> | 1996-09-06 00:22:41 +0000 |
|---|---|---|
| committer | Ezra Peisach <epeisach@mit.edu> | 1996-09-06 00:22:41 +0000 |
| commit | c6eb59caf6faeab4391c0d2191bfe86e1da1068e (patch) | |
| tree | b2e8d4ba2b1daee0011a049bdd4b5dbbc544ab83 /src/kadmin/cli/ChangeLog | |
| parent | 7615f96a8d7ffa3dfb2a747f47b432feba6e4e54 (diff) | |
| download | krb5-c6eb59caf6faeab4391c0d2191bfe86e1da1068e.tar.gz krb5-c6eb59caf6faeab4391c0d2191bfe86e1da1068e.tar.xz krb5-c6eb59caf6faeab4391c0d2191bfe86e1da1068e.zip | |
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
Diffstat (limited to 'src/kadmin/cli/ChangeLog')
| -rw-r--r-- | src/kadmin/cli/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
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 <tytso@mit.edu> * Makefile.in (install): Fixed typo: ($PROG) -> $(PROG) |
