Just noticed the following while reading the git diff,
Andreas
>From 5a4689ef2a875f2d50f7691b03d7675180542d9d Mon Sep 17 00:00:00 2001
From: Andreas Jaeger
Date: Wed, 29 Sep 2010 04:46:29 +0200
Subject: [PATCH] Fix comment
---
src/tmpfiles.c |2 +-
1 files changed, 1 insertions(+), 1 deleti
On Mon, 27.09.10 18:34, Fabiano Fidencio ([email protected]) wrote:
> Just removing a parenthesis
Applied! Thanks!
Lennart
--
Lennart Poettering - Red Hat, Inc.
___
systemd-devel mailing list
[email protected]
http://lists.fre
On Mon, 27.09.10 18:34, Fabiano Fidencio ([email protected]) wrote:
> +
> +static void mount_points_list_free(MountPoint **mp_list_head) {
> +MountPoint *mp, *mp_next;
> +LIST_FOREACH_SAFE(mount_point, mp, mp_next, *mp_list_head)
> +mount_point_remove_and_free
On Tue, 28.09.10 04:21, Matthias Schiffer ([email protected])
wrote:
Applied.
Thanks!
> ---
> src/service.c |1 +
> 1 files changed, 1 insertions(+), 0 deletions(-)
>
> diff --git a/src/service.c b/src/service.c
> index 021bc86..c58536d 100644
> --- a/src/service.c
> +++ b/sr