Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jun 2015 00:51:46 +0300
From:      Sergey Kandaurov <pluknet@freebsd.org>
To:        Baptiste Daroussin <bapt@freebsd.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org,  svn-src-head@freebsd.org
Subject:   Re: svn commit: r283969 - head/lib/libutil
Message-ID:  <CAE-mSOLvc-ofOw7wMXBNqufePJHzJOyRjD2hYFnJKfp2%2BJDKTw@mail.gmail.com>
In-Reply-To: <201506032048.t53KmSCf074619@svn.freebsd.org>
References:  <201506032048.t53KmSCf074619@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On 3 June 2015 at 23:48, Baptiste Daroussin <bapt@freebsd.org> wrote:
> Author: bapt
> Date: Wed Jun  3 20:48:28 2015
> New Revision: 283969
> URL: https://svnweb.freebsd.org/changeset/base/283969
>
> Log:
>   Add a pw_mkdb2(3) function which does the same thing as pw_mkdb(3) except
>   it takes a new argument allowing to specify the endianness of the database
>   to generate
>

Why not change pw_mkdb()? Is it used outside of the project?

> Modified: head/lib/libutil/pw_util.3
> ==============================================================================
> --- head/lib/libutil/pw_util.3  Wed Jun  3 20:48:00 2015        (r283968)
> +++ head/lib/libutil/pw_util.3  Wed Jun  3 20:48:28 2015        (r283969)
> @@ -37,6 +37,7 @@
>  .Nm pw_make ,
>  .Nm pw_make_v7 ,
>  .Nm pw_mkdb ,
> +.Nm pw_mkdb2 ,
>  .Nm pw_lock ,
>  .Nm pw_scan ,
>  .Nm pw_tempname ,
> @@ -66,6 +67,8 @@
>  .Ft int
>  .Fn pw_mkdb "const char *user"
>  .Ft int
> +.Fn pw_mkdb "const char *user" "int endian"

typo there

-- 
wbr,
pluknet



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAE-mSOLvc-ofOw7wMXBNqufePJHzJOyRjD2hYFnJKfp2%2BJDKTw>