]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
strdup.3: Function appeared in 4.3BSD-Reno, not 4.4BSD
authorJessica Clarke <jrtc27@FreeBSD.org>
Mon, 14 Dec 2020 00:50:45 +0000 (00:50 +0000)
committerJessica Clarke <jrtc27@FreeBSD.org>
Mon, 14 Dec 2020 00:50:45 +0000 (00:50 +0000)
commit87973534d2d67df59309d206a18fbdb256b589dd
tree10d99445429464d3a668580e8c148e5aab0f9159
parent36a690573031322773c2487242fc3b630a959872
strdup.3: Function appeared in 4.3BSD-Reno, not 4.4BSD

Linux claims 4.3BSD, we claim 4.4BSD and OpenBSD claims 4.3BSD-Reno. It turns
out that OpenBSD got it right: the function was added in late 1988 a few months
after 4.3BSD-Tahoe, well in advance of 4.3BSD-Reno.

Reviewed by: bcr
Approved by: bcr
Differential Revision: https://reviews.freebsd.org/D27392
lib/libc/string/strdup.3