This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Committed] Resolve two fixincludes regressions


Approved as "obvious" by Bruce off-list.  Committed to mainline CVS.


2004-09-15  Roger Sayle  <roger@eyesopen.com>

	* tests/base/sys/time.h: Correct mismatch in 2004-09-10 check-in.
	* tests/base/stdlib.h: Likewise.


Index: tests/base/stdlib.h
===================================================================
RCS file: /cvs/gcc/gcc/fixincludes/tests/base/stdlib.h,v
retrieving revision 1.2
diff -c -3 -p -r1.2 stdlib.h
*** tests/base/stdlib.h	10 Sep 2004 13:56:50 -0000	1.2
--- tests/base/stdlib.h	15 Sep 2004 22:06:57 -0000
*************** extern void	exit(void*);
*** 27,36 ****
  #endif  /* INT_ABORT_FREE_AND_EXIT_CHECK */


! #if defined( LYNX_MISSING_PUTENV_CHECK )
  extern char *getenv	_AP((const char *));
  extern int putenv				_AP((char *));
! #endif  /* LYNX_MISSING_PUTENV_CHECK */


  #if defined( SVR4_GETCWD_CHECK )
--- 27,36 ----
  #endif  /* INT_ABORT_FREE_AND_EXIT_CHECK */


! #if defined( LYNXOS_MISSING_PUTENV_CHECK )
  extern char *getenv	_AP((const char *));
  extern int putenv				_AP((char *));
! #endif  /* LYNXOS_MISSING_PUTENV_CHECK */


  #if defined( SVR4_GETCWD_CHECK )
Index: tests/base/sys/time.h
===================================================================
RCS file: /cvs/gcc/gcc/fixincludes/tests/base/sys/time.h,v
retrieving revision 1.2
diff -c -3 -p -r1.2 time.h
*** tests/base/sys/time.h	10 Sep 2004 13:56:50 -0000	1.2
--- tests/base/sys/time.h	15 Sep 2004 22:06:57 -0000
*************** struct sigevent;
*** 14,22 ****
  #endif  /* HPUX_SYSTIME_CHECK */


! #if defined( LYNX_NO_WARNING_IN_SYS_TIME_H_CHECK )

! #endif  /* LYNX_NO_WARNING_IN_SYS_TIME_H_CHECK */


  #if defined( ULTRIX_SYS_TIME_CHECK )
--- 14,22 ----
  #endif  /* HPUX_SYSTIME_CHECK */


! #if defined( LYNXOS_NO_WARNING_IN_SYS_TIME_H_CHECK )

! #endif  /* LYNXOS_NO_WARNING_IN_SYS_TIME_H_CHECK */


  #if defined( ULTRIX_SYS_TIME_CHECK )

Roger
--


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]