History log of /netbsd-src/lib/libutil/stat_flags.c (Results 1 – 3 of 3)
Revision Date Author Comments
# 388550b0 19-Apr-2022 rillig <rillig@NetBSD.org>

lib: remove CONSTCOND comment

Since 2021-01-31, lint doesn't need it anymore for the common pattern of
'do ... while (0)'.


# 13b35046 16-Jan-2007 cbiere <cbiere@NetBSD.org>

Fixed string truncation bug in flags_to_string(): SAPPEND() uses
sizeof(string) but string is a pointer to a malloc()ed buffer.


# 33d6b113 14-Dec-2006 christos <christos@NetBSD.org>

moved string_to_flags and flags_to_string from ls to libutil.