]> git.ipfire.org Git - thirdparty/dhcpcd.git/commit
compat sync (#226)
authorTobias Heider <tobhe@users.noreply.github.com>
Wed, 19 Jul 2023 12:29:48 +0000 (14:29 +0200)
committerGitHub <noreply@github.com>
Wed, 19 Jul 2023 12:29:48 +0000 (13:29 +0100)
commitca67bd26f5e7d5c3658774956a98e13ea2df46ee
tree209dd392327789d2ba7fc5515c47610342a90b7d
parent4f5c4999b690a0a95bcbf0c1bb5c12dd3618308f
compat sync (#226)

* compat: sync pidfile.c with netbsd v1.16

- fix typos in word "otherwise".
- s/sucess/success/ in comment.

* compat: sync rb.c with netbsd v1.16

- fix typos in word "successfully", mainly s/succesfully/successfully/.
- toolify

* compat: sync strlcpy.c with openbsd v1.16

- I am retiring my old email address;  replace it with my OpenBSD one.

* compat: sync arc4random_uniform.c with openbsd v1.3
compat/arc4random_uniform.c
compat/pidfile.c
compat/rb.c
compat/strlcpy.c