Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Feb 2014 02:33:59 +0000 (UTC)
From:      Eitan Adler <eadler@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r261954 - stable/10/lib/libutil
Message-ID:  <201402160233.s1G2Xxq2052034@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: eadler
Date: Sun Feb 16 02:33:59 2014
New Revision: 261954
URL: http://svnweb.freebsd.org/changeset/base/261954

Log:
  MFC r261824:
  libutil/pw_util.3: Fix two prototypes.

Modified:
  stable/10/lib/libutil/pw_util.3
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/lib/libutil/pw_util.3
==============================================================================
--- stable/10/lib/libutil/pw_util.3	Sun Feb 16 02:09:42 2014	(r261953)
+++ stable/10/lib/libutil/pw_util.3	Sun Feb 16 02:33:59 2014	(r261954)
@@ -48,13 +48,13 @@
 .In pwd.h
 .In libutil.h
 .Ft int
-.Fn pw_copy "int ffd" "int tfd" "const struct passwd *pw" "const struct passwd *oldpw"
+.Fn pw_copy "int ffd" "int tfd" "const struct passwd *pw" "struct passwd *oldpw"
 .Ft "struct passwd *"
 .Fn pw_dup "const struct passwd *pw"
 .Ft int
 .Fn pw_edit "int nosetuid"
 .Ft int
-.Fn pw_equal "const struct passwd *pw1" "const struct passwd pw2"
+.Fn pw_equal "const struct passwd *pw1" "const struct passwd *pw2"
 .Ft void
 .Fn pw_fini "void"
 .Ft int



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402160233.s1G2Xxq2052034>