]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/core/service.c
unit: use safe downcasts, remove pointless casts
authorMichal Schmidt <mschmidt@redhat.com>
Sun, 15 Jan 2012 11:37:16 +0000 (12:37 +0100)
committerMichal Schmidt <mschmidt@redhat.com>
Mon, 16 Jan 2012 12:34:42 +0000 (13:34 +0100)
commit595ed347a87e69893c5e72168fc2e94a7cb09e73
treec0e9270f001c289c429d4f239b41ac60df75d21b
parent1124fe6f01b1d59d016c238026f20380f38d98dc
unit: use safe downcasts, remove pointless casts

Always use the macros for downcasting.
Remove a few obviously pointless casts.
src/automount.c
src/load-fragment.c
src/manager.c
src/mount.c
src/path.c
src/service.c
src/socket.c
src/swap.c