~ubuntu-branches/ubuntu/trusty/util-linux/trusty-proposed

« back to all changes in this revision

Viewing changes to misc-utils/findfs.c

  • Committer: Package Import Robot
  • Author(s): LaMont Jones
  • Date: 2011-11-03 15:38:23 UTC
  • mto: (4.5.5 sid) (1.6.4)
  • mto: This revision was merged to the branch mainline in revision 85.
  • Revision ID: package-import@ubuntu.com-20111103153823-10sx16jprzxlhkqf
ImportĀ upstreamĀ versionĀ 2.20.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
#include <stdlib.h>
9
9
#include <string.h>
10
10
#include <errno.h>
11
 
#include <err.h>
12
11
 
13
12
#include <blkid.h>
14
13
 
15
14
#include "nls.h"
 
15
#include "c.h"
16
16
 
17
17
static void __attribute__((__noreturn__)) usage(int rc)
18
18
{