~ubuntu-branches/ubuntu/gutsy/gnome-system-monitor/gutsy-proposed

« back to all changes in this revision

Viewing changes to src/lsof.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2007-05-15 17:36:39 UTC
  • mfrom: (1.1.30 upstream)
  • Revision ID: james.westby@ubuntu.com-20070515173639-84tmijl8avfp33b6
Tags: 2.19.2-0ubuntu1
* New upstream version:
  - New Solaris mode.
  - Fixed crash on startup with dependencies+myprocesses.
  - pcre is back for good.
* debian/control.in:
  - Build-Depends on libpcre3-dev
* debian/patches/02_lpi.patch:
  - updated
* debian/patches/03_autoconf.patch:
  - updated
* debian/patches/90_from_svn_fix_crash.patch:
  - dropped, fixed with the new version

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
#include <sstream>
14
14
#include <iterator>
15
15
 
16
 
// #include <pcrecpp.h>
 
16
#include <pcrecpp.h>
17
17
 
18
18
#include "procman.h"
19
19
#include "lsof.h"
57
57
  };
58
58
 
59
59
 
60
 
#ifdef FOOBAR
 
60
#if 0
61
61
 
62
62
  class Lsof
63
63
    : public LsofBase
87
87
    { }
88
88
  };
89
89
 
90
 
#elif 0
 
90
#elif 1
91
91
 
92
92
  class Lsof
93
93
    : public LsofBase