diff options
author | Keith Vetter <keithv@fusion.com> | 1995-04-14 00:56:21 +0000 |
---|---|---|
committer | Keith Vetter <keithv@fusion.com> | 1995-04-14 00:56:21 +0000 |
commit | 48e59557cdff501a25c809cda3f1dd34a27cc52f (patch) | |
tree | 3bbc11e8ef7f3866da45c06871f18b1fae020bcb /src/lib/des425/unix_time.c | |
parent | 73bd684de42505fe4e6a15803ddf074c57db671c (diff) | |
download | krb5-48e59557cdff501a25c809cda3f1dd34a27cc52f.tar.gz krb5-48e59557cdff501a25c809cda3f1dd34a27cc52f.tar.xz krb5-48e59557cdff501a25c809cda3f1dd34a27cc52f.zip |
Windows global stuff:
o removed INTERFACE from non-api functions
o add FAR to pointers visible to the world
o made the tests for __STDC__ also check for _WINDOWS
o creates GSSAPI.DLL & GSSAPI.LIB as per spec.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5354 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/des425/unix_time.c')
-rw-r--r-- | src/lib/des425/unix_time.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/des425/unix_time.c b/src/lib/des425/unix_time.c index 786d135757..ed1110007a 100644 --- a/src/lib/des425/unix_time.c +++ b/src/lib/des425/unix_time.c @@ -15,7 +15,7 @@ #ifndef _MSDOS #include <sys/time.h> -krb5_ui_4 INTERFACE +krb5_ui_4 unix_time_gmt_unixsec (usecptr) krb5_ui_4 *usecptr; { @@ -45,7 +45,7 @@ unix_time_gmt_unixsec (usecptr) */ static long win_time_get_epoch(void); -krb5_ui_4 INTERFACE +krb5_ui_4 unix_time_gmt_unixsec (usecptr) krb5_ui_4 *usecptr; { |