bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#19681: [PATCH] sync: use syncfs(2) if any argument is specified


From: Pádraig Brady
Subject: bug#19681: [PATCH] sync: use syncfs(2) if any argument is specified
Date: Sun, 25 Jan 2015 13:13:51 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

On 25/01/15 13:03, Giuseppe Scrivano wrote:
> diff --git a/configure.ac b/configure.ac

> +AC_CHECK_FUNCS([syncfs])
> +

I might move this to one of the other config time files.

> diff --git a/src/sync.c b/src/sync.c

> @@ -37,10 +37,13 @@ usage (int status)

> +If one or more file paths are specified, update only the\n\
> +file-systems which contain those files.\n\

s/file-systems/file systems/

I'll tweak as above before pushing.

thanks!
Pádraig.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]