diff options
author | Karel Zak <kzak@redhat.com> | 2010-12-21 09:55:25 +0100 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2011-01-03 12:28:48 +0100 |
commit | 803f844a1097d9f5d028bc6f28ea838e1e3f2c50 (patch) | |
tree | c5b6e555da6141c25ef1d89d75723d190ab88a73 /mount/mount.c | |
parent | de511a88b1192f2c2c1db52a2fc232a4db4d4faf (diff) | |
download | util-linux-old-803f844a1097d9f5d028bc6f28ea838e1e3f2c50.tar.gz |
mount: add mnt_init_debug()
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'mount/mount.c')
-rw-r--r-- | mount/mount.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mount/mount.c b/mount/mount.c index c4955ffd..3c4a1010 100644 --- a/mount/mount.c +++ b/mount/mount.c @@ -2484,6 +2484,10 @@ main(int argc, char *argv[]) { printf("mount: eUID: %u\n", geteuid()); } +#ifdef HAVE_LIBMOUNT_MOUNT + mnt_init_debug(0); +#endif + argc -= optind; argv += optind; |