diff options
author | 2004-04-20 23:20:07 +0000 | |
---|---|---|
committer | 2004-04-20 23:20:07 +0000 | |
commit | 46bc4394b6cf452aa91b396164558f99e4875e17 (patch) | |
tree | 31df857047437f58a598270b99522ae61e10a579 /lib/libutil/shlib_version | |
parent | add back manpage that was forgotten during the switch, catched by and ok theo (diff) | |
download | wireguard-openbsd-46bc4394b6cf452aa91b396164558f99e4875e17.tar.xz wireguard-openbsd-46bc4394b6cf452aa91b396164558f99e4875e17.zip |
Change pw_copy(3) to take a 3rd arguement, the existing passwd entry.
This allows an application to only update a password entry if it is
in the state it expects. Additionally, if the old passwd struct
is specified the new one may have a different pw_name field since
matching is done on the original. Adapted from FreeBSD.
Diffstat (limited to 'lib/libutil/shlib_version')
-rw-r--r-- | lib/libutil/shlib_version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/shlib_version b/lib/libutil/shlib_version index 1c5d96eb2aa..c10074d52ae 100644 --- a/lib/libutil/shlib_version +++ b/lib/libutil/shlib_version @@ -1,2 +1,2 @@ -major=9 +major=10 minor=0 |