svn commit: r261954 - stable/10/lib/libutil

Eitan Adler eadler at FreeBSD.org
Sun Feb 16 02:34:00 UTC 2014


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


More information about the svn-src-stable-10 mailing list