git: fix: tcsh: add missing exportpath() prototype to sh.decls.h
Matthew Dillon
dillon at crater.dragonflybsd.org
Tue May 19 13:10:57 PDT 2026
commit a9be4804559fa364374224c5944f25d729121850
Author: Abdelkader Boudih <dragonflybsd at seuros.com>
Date: Sat May 16 08:22:22 2026 +0000
fix: tcsh: add missing exportpath() prototype to sh.decls.h
GCC 15 treats implicit function declarations as errors.
exportpath() is defined in sh.set.c but had no prototype,
causing a build failure with -Werror=implicit-function-declaration.
Summary of changes:
contrib/tcsh-6/sh.decls.h | 1 +
1 file changed, 1 insertion(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/a9be4804559fa364374224c5944f25d729121850
--
DragonFly BSD source repository
More information about the Commits
mailing list