Module Name: src Committed By: martin Date: Sun Oct 13 14:20:18 UTC 2024
Modified Files: src/external/gpl3/gcc/dist/gcc [netbsd-10]: regsub.c Log Message: Pull up following revision(s) (requested by riastradh in ticket #960): external/gpl3/gcc/dist/gcc/regsub.cc: revision 1.2 (applied to ..../regsub.c) PR/58686: gorg: Add <sys/types.h> for ssize_t. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.4.26.1 src/external/gpl3/gcc/dist/gcc/regsub.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/external/gpl3/gcc/dist/gcc/regsub.c diff -u src/external/gpl3/gcc/dist/gcc/regsub.c:1.4 src/external/gpl3/gcc/dist/gcc/regsub.c:1.4.26.1 --- src/external/gpl3/gcc/dist/gcc/regsub.c:1.4 Thu Jan 21 04:55:40 2016 +++ src/external/gpl3/gcc/dist/gcc/regsub.c Sun Oct 13 14:20:18 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: regsub.c,v 1.4 2016/01/21 04:55:40 mrg Exp $ */ +/* $NetBSD: regsub.c,v 1.4.26.1 2024/10/13 14:20:18 martin Exp $ */ /*- * Copyright (c) 2015 The NetBSD Foundation, Inc. @@ -32,6 +32,7 @@ extern "C" { #include <sys/param.h> +#include <sys/types.h> #include <ctype.h> #include <stdlib.h> #include <string.h>