]> code.delx.au - gnu-emacs/blobdiff - src/vmstime.c
Remove eval-when-compile.
[gnu-emacs] / src / vmstime.c
index 907ec350ca8c4cf754542fc94a93dd51774f2cb9..4eec5d0a4de61f3deb49d7ad21ab033dc3985d79 100644 (file)
@@ -1,4 +1,24 @@
-#include "config.h"
+/* Time support for VMS.
+   Copyright (C) 1993 Free Software Foundation.
+
+This file is part of GNU Emacs.
+
+GNU Emacs is free software; you can redistribute it and/or modify
+it under the terms of the GNU General Public License as published by
+the Free Software Foundation; either version 2, or (at your option)
+any later version.
+
+GNU Emacs is distributed in the hope that it will be useful,
+but WITHOUT ANY WARRANTY; without even the implied warranty of
+MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+GNU General Public License for more details.
+
+You should have received a copy of the GNU General Public License
+along with GNU Emacs; see the file COPYING.  If not, write to
+the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
+Boston, MA 02111-1307, USA.  */
+
+#include <config.h>
 #include "vmstime.h"
 
 long timezone=0;
@@ -337,7 +357,7 @@ struct tm *sys_gmtime(time_t *clock)
   gmt.tm_hour = tmp_vectime.hour;
   gmt.tm_mday = tmp_vectime.day;
   gmt.tm_mon = tmp_vectime.month - 1;
-  gmt.tm_year = tmp_vectime.year % 100;
+  gmt.tm_year = tmp_vectime.year - 1900;
 
   tmp_operation = LIB$K_DAY_OF_WEEK;
   status = LIB$CVT_FROM_INTERNAL_TIME(&tmp_operation,