~ubuntu-branches/ubuntu/trusty/rstatd/trusty

« back to all changes in this revision

Viewing changes to rsysinfo.c

  • Committer: Package Import Robot
  • Author(s): Anibal Monsalve Salazar
  • Date: 2012-06-13 19:45:28 UTC
  • mfrom: (6.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120613194528-jie61l066k3qdq0l
Tags: 4.0.1-7
Enable hardened build flags
Add 04-fix-no-format.patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
        while((c = getopt(argc,argv,"h?v")) != EOF)
183
183
                switch(c) {
184
184
                        case 'v':
185
 
                                                printf(version0);
186
 
                                                printf(version);
 
185
                                                printf("%s",version0);
 
186
                                                printf("%s",version);
187
187
 
188
188
                                                exit(0);
189
189
                        case '?':