hurdextras-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

pptop pptop.c configure.ac ChangeLog


From: Alfred M. Szmidt
Subject: pptop pptop.c configure.ac ChangeLog
Date: Wed, 21 Jun 2006 14:24:46 +0000

CVSROOT:        /cvsroot/hurdextras
Module name:    pptop
Changes by:     Alfred M. Szmidt <ams>  06/06/21 14:24:46

Modified files:
        .              : pptop.c configure.ac ChangeLog 

Log message:
        2006-06-21  Alfredo Beaumont Sainz  <address@hidden>
        
                * configure.ac: Updated contact email to
                <address@hidden>.
        
                * pptop.c: Include <hurd/ihash.h>.
                (new_update): Changed type of ihash_t to hurd_ihash_t.  Use
                hurd_ihash_create instead of ihash_create.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/pptop/pptop.c?cvsroot=hurdextras&r1=1.10&r2=1.11
http://cvs.savannah.gnu.org/viewcvs/pptop/configure.ac?cvsroot=hurdextras&r1=1.3&r2=1.4
http://cvs.savannah.gnu.org/viewcvs/pptop/ChangeLog?cvsroot=hurdextras&r1=1.11&r2=1.12

Patches:
Index: pptop.c
===================================================================
RCS file: /cvsroot/hurdextras/pptop/pptop.c,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -b -r1.10 -r1.11
--- pptop.c     25 Aug 2002 19:17:31 -0000      1.10
+++ pptop.c     21 Jun 2006 14:24:46 -0000      1.11
@@ -42,6 +42,7 @@
 #include <ps.h>
 #include <hurd.h>
 #include <hurd/paths.h>
+#include <hurd/ihash.h>
 #include <mach.h>
 #include <mach/vm_statistics.h>
 #include <mach/default_pager.h>
@@ -261,7 +262,7 @@
   struct ps_context *context;
   struct proc_stat_list *procset;
   error_t err;
-  ihash_t offsets;
+  hurd_ihash_t offsets;
 
   char *tty_names = 0;
   unsigned num_tty_names = 0;
@@ -325,7 +326,7 @@
   if (err)
     return err;
 
-  ihash_create (&offsets);
+  hurd_ihash_create (&offsets, HURD_IHASH_NO_LOCP);
 
   /* Lets try to run proc_stat_list_fmt on a proc_stat_list 
      pointer (here it is procset).

Index: configure.ac
===================================================================
RCS file: /cvsroot/hurdextras/pptop/configure.ac,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- configure.ac        27 Aug 2002 03:44:11 -0000      1.3
+++ configure.ac        21 Jun 2006 14:24:46 -0000      1.4
@@ -1,5 +1,5 @@
 # Process this file with autoconf to produce a configure script.
-AC_INIT([pptop], [0.1.1], address@hidden)
+AC_INIT([pptop], [0.1.1], address@hidden)
 AM_INIT_AUTOMAKE([pptop], [0.1.1])
 AC_CONFIG_SRCDIR([aux.c])
 AM_CONFIG_HEADER(config.h)

Index: ChangeLog
===================================================================
RCS file: /cvsroot/hurdextras/pptop/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- ChangeLog   27 Aug 2002 03:44:11 -0000      1.11
+++ ChangeLog   21 Jun 2006 14:24:46 -0000      1.12
@@ -1,3 +1,12 @@
+2006-06-21  Alfredo Beaumont Sainz  <address@hidden>
+
+       * configure.ac: Updated contact email to
+       <address@hidden>.
+
+       * pptop.c: Include <hurd/ihash.h>.
+       (new_update): Changed type of ihash_t to hurd_ihash_t.  Use
+       hurd_ihash_create instead of ihash_create.
+
 2002-08-26  James A. Morrison  <address@hidden>
 
        * configure.ac: Bumped the version to 0.1.1.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]