diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/util/et/ChangeLog | 4 | ||||
| -rw-r--r-- | src/util/et/com_err.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/src/util/et/ChangeLog b/src/util/et/ChangeLog index 4df5ad96a..0cb611f32 100644 --- a/src/util/et/ChangeLog +++ b/src/util/et/ChangeLog @@ -1,3 +1,7 @@ +Mon Mar 15 16:01:56 1999 Tom Yu <tlyu@mit.edu> + + * com_err.h: Fix GSS_DLLIMP. + Mon Feb 1 19:42:45 1999 Tom Yu <tlyu@mit.edu> * et_c.awk: Fix to not depend on CPP symbol "unix". diff --git a/src/util/et/com_err.h b/src/util/et/com_err.h index 60b209d0d..7a8858b38 100644 --- a/src/util/et/com_err.h +++ b/src/util/et/com_err.h @@ -23,6 +23,7 @@ #define KRB5_CALLCONV #define KRB5_CALLCONV_C #define KRB5_DLLIMP +#define GSS_DLLIMP #define KRB5_EXPORTVAR #endif |
