libvirt/src/uml
Daniel P. Berrange 517368a377 Remove uid param from directory lookup APIs
Remove the uid param from virGetUserConfigDirectory,
virGetUserCacheDirectory, virGetUserRuntimeDirectory,
and virGetUserDirectory

These functions were universally called with the
results of getuid() or geteuid(). To make it practical
to port to Win32, remove the uid parameter and hardcode
geteuid()

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2012-05-28 10:55:06 +01:00
..
uml_conf.c Attach vm-id to Open vSwitch interfaces. 2012-03-08 14:44:15 -05:00
uml_conf.h Rename hash.h and hash.c to virhash.h and virhash.c 2012-01-26 14:11:13 +00:00
uml_driver.c Remove uid param from directory lookup APIs 2012-05-28 10:55:06 +01:00
uml_driver.h