On 3 June 2015 at 23:48, Baptiste Daroussin <b...@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 _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"