svn commit: r261824 - head/lib/libutil

Eitan Adler eadler at FreeBSD.org
Thu Feb 13 05:13:23 UTC 2014


Author: eadler
Date: Thu Feb 13 05:13:22 2014
New Revision: 261824
URL: http://svnweb.freebsd.org/changeset/base/261824

Log:
  libutil/pw_util.3: Fix two prototypes.
  
  Reported by:	marino
  Obtained from:	DragonFlyBSD (e82b5d3dfa969bfcda5ffadceccc682b6bdcd077)
  MFC After:	3 days

Modified:
  head/lib/libutil/pw_util.3

Modified: head/lib/libutil/pw_util.3
==============================================================================
--- head/lib/libutil/pw_util.3	Thu Feb 13 04:59:18 2014	(r261823)
+++ head/lib/libutil/pw_util.3	Thu Feb 13 05:13:22 2014	(r261824)
@@ -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-all mailing list