diff options
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/krb5/os/ustime.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/lib/krb5/os/ustime.c b/src/lib/krb5/os/ustime.c index 5e095a6b0..126a84170 100644 --- a/src/lib/krb5/os/ustime.c +++ b/src/lib/krb5/os/ustime.c @@ -13,7 +13,7 @@ #ifndef lint static char rcsid_mstime_c[] = "$Id$"; -#endif lint +#endif /* lint */ #include <krb5/copyright.h> @@ -28,7 +28,8 @@ extern int errno; krb5_error_code krb5_ms_timeofday(seconds, milliseconds) -register krb5_int32 *seconds, *milliseconds; +register krb5_int32 *seconds; +register krb5_int16 *milliseconds; { struct timeval tv; |
