Re: [systemd-devel] [PATCH 1/2] everywhere: don't use uprefixed word "context" in struct and function names

2014-08-25 Thread Lennart Poettering
On Mon, 25.08.14 10:02, Michal Sekletar (msekl...@redhat.com) wrote: > We use libselinux which exports context_free function. To prevent name > clashes rename our internal APIs and don't use context_* but rather > appropriately prefixed names. I'd prefer if we'd leave the type name as it is now.

[systemd-devel] [PATCH 1/2] everywhere: don't use uprefixed word "context" in struct and function names

2014-08-25 Thread Michal Sekletar
We use libselinux which exports context_free function. To prevent name clashes rename our internal APIs and don't use context_* but rather appropriately prefixed names. --- src/hostname/hostnamed.c | 72 +-- src/journal/mmap-cache.c | 102 ++