Author: kevans
Date: Sat Mar 28 15:00:55 2020
New Revision: 359394
URL: https://svnweb.freebsd.org/changeset/base/359394

Log:
  MFV r359393: 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.
  
  MFC after:    3 days

Modified:
  head/contrib/tcsh/tc.sig.c
Directory Properties:
  head/contrib/tcsh/   (props changed)

Modified: head/contrib/tcsh/tc.sig.c
==============================================================================
--- head/contrib/tcsh/tc.sig.c  Sat Mar 28 14:58:03 2020        (r359393)
+++ head/contrib/tcsh/tc.sig.c  Sat Mar 28 15:00:55 2020        (r359394)
@@ -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)
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to