~ubuntu-branches/ubuntu/wily/sg3-utils/wily

« back to all changes in this revision

Viewing changes to examples/sg__sat_phy_event.c

  • Committer: Package Import Robot
  • Author(s): Ritesh Raj Sarraf
  • Date: 2013-06-23 16:08:01 UTC
  • mfrom: (1.2.7)
  • Revision ID: package-import@ubuntu.com-20130623160801-7rt7zb2dwk0ba7ut
Tags: 1.36-1
* [69e9dac] Imported Upstream version 1.36
* [cb75936] Add debian compat, level 7
* [68fed25] update README.source
* [3c724fc] Add build-dep autotools-dev
* [e4b9fdd] add destdir to install path
* [7cfff11] Simplify build with debhelper
* [f9a7540] Update symbols for 1.36 release
* [7b0b48d] Enable hardening build

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
 
65
65
#define EBUFF_SZ 256
66
66
 
67
 
static char * version_str = "1.00 20070507";
 
67
static const char * version_str = "1.00 20070507";
68
68
 
69
69
static struct option long_options[] = {
70
70
        {"help", no_argument, 0, 'h'},
98
98
 
99
99
struct phy_event_t {
100
100
    int id;
101
 
    char * desc;
 
101
    const char * desc;
102
102
};
103
103
 
104
104
static struct phy_event_t phy_event_arr[] = {