]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virt-aa-helper: Fix several compile errors
authorMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 17 Nov 2010 20:31:04 +0000 (21:31 +0100)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Wed, 17 Nov 2010 20:36:27 +0000 (21:36 +0100)
commitc505eafeda3d9bec455900f48cbebe144b22e259
treec6ca115cf1613abc0d80e65df4dd59caa6c1022f
parent38afe8f5ec6f2b3ce917c70b7df3d25c33c7168a
virt-aa-helper: Fix several compile errors

Include locale.h for setlocale().

Revert the usage string back to it's original form.

Use puts() instead of fputs(), as fputs() expects a FILE*.

Add closing parenthesis to some vah_error() calls.

Use argv[0] instead of an undefined argv0.
src/security/virt-aa-helper.c