https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274273
Bug ID: 274273
Summary: bin/csh: check existence files that not used during
build
Product: Base System
Version: 13.2-STABLE
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: bin
Assignee: [email protected]
Reporter: [email protected]
Created attachment 245443
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=245443&action=edit
patch
# grep -rsp 'mi.wait.h' /usr/src/
/usr/src/contrib/tcsh/src.desc:mi.wait.h: Minix wait.
/usr/src/contrib/tcsh/tc.wait.h:# include "mi.wait.h"
...
# ifdef _MINIX
# undef NEEDwait
# include "mi.wait.h"
# else
# ifndef WINNT_NATIVE
# include <sys/wait.h>
# endif /* WINNT_NATIVE */
# endif /* _MINIX */
...
# grep -rsp 'mi.varargs.h' /usr/src/
/usr/src/contrib/tcsh/mi.varargs.h: * mi.varargs.h: Correct varargs for minix
/usr/src/contrib/tcsh/src.desc:mi.varargs.h: Minix varargs
--
You are receiving this mail because:
You are the assignee for the bug.