diff options
| author | Barry Jaspan <bjaspan@mit.edu> | 1996-10-30 18:22:13 +0000 |
|---|---|---|
| committer | Barry Jaspan <bjaspan@mit.edu> | 1996-10-30 18:22:13 +0000 |
| commit | 422624ae8a0202758fa649ebbceb35c15b25d0b2 (patch) | |
| tree | 575fd6ce9f87ec03c108f18e9ab3b8abafe7170a /src/lib/rpc/ChangeLog | |
| parent | cc03b6ee2575a14f1230bc09ad7afb65f1f1162a (diff) | |
| download | krb5-422624ae8a0202758fa649ebbceb35c15b25d0b2.tar.gz krb5-422624ae8a0202758fa649ebbceb35c15b25d0b2.tar.xz krb5-422624ae8a0202758fa649ebbceb35c15b25d0b2.zip | |
* xdr_stdio.c: Remove the #ifndef mc68000 cruft. I'm not sure
what it was supposed to accomplish, but in both places it appeared
it was unquestionably wrong. I suspect that the ifdef was put in
originally to optimize byte-alignment code that wasn't necessary
on the 68000. Who knows? Someone will complain if this isn't
right. [krb5-libs/47]
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9253 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/rpc/ChangeLog')
| -rw-r--r-- | src/lib/rpc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog index cfaf11721..47f9aa99e 100644 --- a/src/lib/rpc/ChangeLog +++ b/src/lib/rpc/ChangeLog @@ -1,3 +1,12 @@ +Wed Oct 30 13:18:34 1996 Barry Jaspan <bjaspan@mit.edu> + + * xdr_stdio.c: Remove the #ifndef mc68000 cruft. I'm not sure + what it was supposed to accomplish, but in both places it appeared + it was unquestionably wrong. I suspect that the ifdef was put in + originally to optimize byte-alignment code that wasn't necessary + on the 68000. Who knows? Someone will complain if this isn't + right. [krb5-libs/47] + Tue Oct 29 13:03:50 1996 Barry Jaspan <bjaspan@mit.edu> * auth_gssapi.c (auth_gssapi_create): #ifdef GSSAPI_KRB5, a null |
