~nik90/ubuntu/precise/gnome-system-monitor/keywords

« back to all changes in this revision

Viewing changes to src/lsof.cpp

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2011-12-28 14:46:35 UTC
  • mfrom: (1.1.63)
  • Revision ID: package-import@ubuntu.com-20111228144635-3sb1b3a6r2fz8cod
Tags: 3.3.3-0ubuntu1
* New upstream unstable release.
  - Shows whether OS is 32-bit or 64-bit (LP: #531762)
  - Network load default colors improved for the colorblind (LP: #485712)
  - UI streamlined (status bar removed, fewer default columns in
    processes tab, etc.)
* debian/patches/02_lpi.patch: Refreshed
* debian/watch: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
#include <sstream>
15
15
#include <iterator>
16
16
 
17
 
#include "regex.h"
 
17
#include <glibmm/regex.h>
18
18
 
19
19
#include "procman.h"
20
20
#include "lsof.h"