~ubuntu-branches/ubuntu/trusty/lshw/trusty

« back to all changes in this revision

Viewing changes to src/core/volumes.cc

  • Committer: Bazaar Package Importer
  • Author(s): Bryce Harrington
  • Date: 2008-06-19 17:35:08 UTC
  • mfrom: (1.1.7 upstream) (2.1.3 lenny)
  • Revision ID: james.westby@ubuntu.com-20080619173508-661hjngqxww5z0oq
Tags: 02.13-2ubuntu1
* Merge from debian unstable, remaining changes:
  - 10-cap-detection.dpatch: fixes hang when reading capabilities of some
    PCI devies (LP: 202460; needs-to-goto-debian)
  - Set maintainer to Ubuntu

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
#include <sys/types.h>
16
16
#include <sys/stat.h>
17
17
#include <fcntl.h>
 
18
#include <string.h>
18
19
#include <unistd.h>
19
20
#include <stdint.h>
20
21
#include <time.h>
21
22
 
22
 
__ID("@(#) $Id: volumes.cc 1907 2007-10-13 22:23:16Z lyonel $");
 
23
__ID("@(#) $Id: volumes.cc 1959 2008-05-09 20:32:50Z lyonel $");
23
24
 
24
25
struct fstypes
25
26
{