--- logview/actions.c.orig	Thu Oct 15 21:06:01 1998
+++ logview/actions.c	Thu Oct 15 21:06:09 1998
@@ -1,6 +1,6 @@
 #include "logview.h"
 #include <string.h>
-#include <regex.h>
+#include <gnuregex.h>
 
 #define MAX_NUM_MATCHES     10
 #define DELIM               ":"
--- logview/desc_db.c.orig	Thu Oct 15 21:06:28 1998
+++ logview/desc_db.c	Thu Oct 15 21:06:35 1998
@@ -1,6 +1,6 @@
 #include "logview.h"
 #include <string.h>
-#include <regex.h>
+#include <gnuregex.h>
 
 #define MAX_NUM_MATCHES     10
 #define DELIM               ":"
--- logview/logrtns.c.orig	Thu Oct 15 20:49:17 1998
+++ logview/logrtns.c	Thu Oct 15 21:14:25 1998
@@ -578,6 +578,7 @@
    DateMark *curmark;
    struct stat filestat;
    struct tm *tmptm, footm;
+   long timezone;
 
    /* Clear struct.      */
    log->lstats.startdate = 0;
@@ -666,6 +667,7 @@
       is the date last accessed */
    curdate = filestat.st_mtime;
    tmptm = localtime (&curdate);
+   timezone = tmptm->tm_zone;
    thisyear = tmptm->tm_year;
    lastyear = offsetyear;
    footm.tm_sec = footm.tm_mon = 0;
--- logview/logrtns.h.orig	Thu Oct 15 21:10:20 1998
+++ logview/logrtns.h	Thu Oct 15 21:10:28 1998
@@ -24,7 +24,7 @@
 #include <unistd.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <malloc.h>
+//#include <malloc.h>
 #include <string.h>
 #include "logview.h"
 
