libutil/pw_util.3: Fix two prototypes.
Reported by: marino Obtained from: DragonFlyBSD (e82b5d3dfa969bfcda5ffadceccc682b6bdcd077) MFC After: 3 days
This commit is contained in:
parent
4343b5fa49
commit
1748334408
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user