correct comments
authorBill Joy <root@ucbvax.Berkeley.EDU>
Wed, 6 Oct 1982 14:52:36 +0000 (06:52 -0800)
committerBill Joy <root@ucbvax.Berkeley.EDU>
Wed, 6 Oct 1982 14:52:36 +0000 (06:52 -0800)
SCCS-vsn: sys/vax/vax/machdep.c 4.63

usr/src/sys/vax/vax/machdep.c

index 5920c14..434a2c5 100644 (file)
@@ -1,4 +1,4 @@
-/*     machdep.c       4.62    82/10/04        */
+/*     machdep.c       4.63    82/10/05        */
 
 #include "../h/param.h"
 #include "../h/systm.h"
 
 #include "../h/param.h"
 #include "../h/systm.h"
@@ -240,8 +240,8 @@ clockinit(base)
         * Have been told that VMS keeps time internally with base TODRZERO.
         * If this is correct, then this routine and VMS should maintain
         * the same date, and switching shouldn't be painful.
         * Have been told that VMS keeps time internally with base TODRZERO.
         * If this is correct, then this routine and VMS should maintain
         * the same date, and switching shouldn't be painful.
-        * We must correct for the fact that VMS keeps local time
-        * while UNIX wants GMT.
+        * (Unfortunately, VMS keeps local time, so when you run UNIX
+        * and VMS, VMS runs on GMT...).
         */
        if (todr < TODRZERO) {
                printf("WARNING: todr too small");
         */
        if (todr < TODRZERO) {
                printf("WARNING: todr too small");