~ubuntu-branches/debian/sid/lvm2/sid

« back to all changes in this revision

Viewing changes to libdm/ioctl/libdm-targets.h

  • Committer: Package Import Robot
  • Author(s): Bastian Blank
  • Date: 2014-08-19 15:37:06 UTC
  • mfrom: (1.1.18)
  • Revision ID: package-import@ubuntu.com-20140819153706-i1gaio8lg534dara
Tags: 2.02.109-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
74
74
 
75
75
struct cmd_data {
76
76
        const char *name;
77
 
        const int cmd;
 
77
        const unsigned cmd;
78
78
        const int version[3];
79
79
};
80
80