comments after #endif
authorJohn Kohl <jtkohl@mit.edu>
Thu, 18 Jan 1990 17:29:52 +0000 (17:29 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 18 Jan 1990 17:29:52 +0000 (17:29 +0000)
proper argumentes

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@123 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/ustime.c

index 5e095a6b09b310dd80dbede1229fa01c930c3236..126a841705cd0647fbcefc119de47e6563c50a64 100644 (file)
@@ -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;