History log of /netbsd-src/usr.bin/resize/resize.h (Results 1 – 3 of 3)
Revision Date Author Comments
# 74010a1a 20-Apr-2023 gutteridge <gutteridge@NetBSD.org>

resize.c: use estrdup(3) with basename(3)

basename(3) is invoked more than once on different paths. Retain the
correct name for the utility itself on error. Addresses PR bin/57355
from RVP, who prov

resize.c: use estrdup(3) with basename(3)

basename(3) is invoked more than once on different paths. Retain the
correct name for the utility itself on error. Addresses PR bin/57355
from RVP, who provided the patch.

show more ...


# 8e0f0751 28-Feb-2021 christos <christos@NetBSD.org>

add parens


# 66a2df67 27-Feb-2021 christos <christos@NetBSD.org>

Add a maintainable version of resize, with a copy target and a header that
provides all the glue needed without other X headers.