From 7ba79053336c8666d3f137ef106696926d3f7b31 Mon Sep 17 00:00:00 2001 From: Ariadne Conill Date: Thu, 25 Nov 2021 01:47:03 +0000 Subject: [PATCH] There are more than one st_{a,m,c}tim fields in struct stat on time64 machines. Run the Go-isation on all of them. --- libgo/mksysinfo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgo/mksysinfo.sh b/libgo/mksysinfo.sh index 0c52ea5d71a..6fef104cc1c 100755 --- a/libgo/mksysinfo.sh +++ b/libgo/mksysinfo.sh @@ -510,7 +510,7 @@ fi # For historical reasons Go uses the suffix "timespec" instead of "tim" for # stat_t's time fields on NetBSD. -st_times='-e s/st_atim/Atim/ -e s/st_mtim/Mtim/ -e s/st_ctim/Ctim/' +st_times='-e s/st_atim/Atim/g -e s/st_mtim/Mtim/g -e s/st_ctim/Ctim/g' if test "${GOOS}" = "netbsd"; then st_times='-e s/st_atim/Atimespec/ -e s/st_mtim/Mtimespec/ -e s/st_ctim/Ctimespec/' fi -- 2.34.0