--- gxsnmp/Makefile.in.orig	Wed Oct 14 01:22:04 1998
+++ gxsnmp/Makefile.in	Wed Oct 14 01:22:12 1998
@@ -105,7 +105,7 @@
 
 Admindir = $(datadir)/apps/Administration
 
-SUBDIRS = po intl lib widgets app plugins pixmaps database docs #collector
+SUBDIRS = po intl lib widgets app plugins pixmaps database #collector
 
 EXTRA_DIST = Agents TODO gxsnmpgtkrc \
 	     BUGS mib.txt.README gxsnmp.desktop
--- gxsnmp/plugins/sample/Makefile.in.orig	Wed Oct 14 01:14:53 1998
+++ gxsnmp/plugins/sample/Makefile.in	Wed Oct 14 01:15:07 1998
@@ -103,7 +103,7 @@
 YACC = @YACC@
 l = @l@
 
-plugindir = $(libdir)/gxsnmp/plugins
+plugindir = $(datadir)/gxsnmp/plugins
 
 plugin_LTLIBRARIES = libsample.la
 
--- gxsnmp/app/browser.c.orig	Wed Oct 14 01:00:52 1998
+++ gxsnmp/app/browser.c	Wed Oct 14 01:05:53 1998
@@ -560,7 +560,7 @@
       obj = (SNMP_OBJECT *)objs->data;
       host->root_length = obj->id_len;
       memcpy(host->root, obj->id,
-             host->root_length * sizeof(ulong));
+             host->root_length * sizeof(gulong));
       g_async_getnext(&host->hl_snmp, objs);
 
     }
@@ -705,7 +705,7 @@
     {
       myhost->name_length = obj->id_len;
       memcpy(myhost->name, obj->id, 
-	     myhost->name_length * sizeof(ulong));
+	     myhost->name_length * sizeof(gulong));
       g_snmp_printf (buf, sizeof(buf), objs->data);
 
       gtk_entry_set_text (GTK_ENTRY (app_info->brows_panel->mib_value),
--- gxsnmp/app/rmon_panel.c.orig	Wed Oct 14 01:11:49 1998
+++ gxsnmp/app/rmon_panel.c	Wed Oct 14 01:12:18 1998
@@ -239,7 +239,7 @@
               nobj->request = 0;
               nobj->type    = SNMP_NULL;
               nobj->id_len  = obj->id_len;
-              g_memmove(nobj->id, obj->id, obj->id_len * sizeof(ulong));
+              g_memmove(nobj->id, obj->id, obj->id_len * sizeof(gulong));
               nobjs  = g_slist_append(nobjs, nobj);
               j++;
             }
