svn commit: r359393 - vendor/tcsh/dist

Kyle Evans kevans at FreeBSD.org
Sat Mar 28 15:05:43 UTC 2020


Author: kevans
Date: Sat Mar 28 14:58:03 2020
New Revision: 359393
URL: https://svnweb.freebsd.org/changeset/base/359393

Log:
  tcsh: import 6974bc35a5cd
  
  This removes an extra variable definition that causes the -fno-common build
  to fail, which will be a new default in GCC10/LLVM11.

Modified:
  vendor/tcsh/dist/tc.sig.c

Modified: vendor/tcsh/dist/tc.sig.c
==============================================================================
--- vendor/tcsh/dist/tc.sig.c	Sat Mar 28 12:21:52 2020	(r359392)
+++ vendor/tcsh/dist/tc.sig.c	Sat Mar 28 14:58:03 2020	(r359393)
@@ -56,7 +56,6 @@ int alrmcatch_disabled; /* = 0; */
 int phup_disabled; /* = 0; */
 int pchild_disabled; /* = 0; */
 int pintr_disabled; /* = 0; */
-int handle_interrupt; /* = 0; */
 
 int
 handle_pending_signals(void)


More information about the svn-src-all mailing list