Fixinclude patch for HP-UX

Eric Botcazou ebotcazou@libertysurf.fr
Wed Nov 1 16:00:00 GMT 2006


> 2006-10-31  Steve Ellcey  <sje@cup.hp.com>
>
> 	* inclhack.def (hpux11_extern_sendfile): New.
> 	(hpux11_extern_sendpath): New.

You need to update the baseline:

sys/socket.h /home/eric/gnat/gnat6/src/fixincludes/tests/base/sys/socket.h 
differ: byte 244, line 12
*** sys/socket.h        2006-11-01 16:34:36.619511568 +0100
--- /home/eric/gnat/gnat6/src/fixincludes/tests/base/sys/socket.h       
2005-11-02 11:03:11.000000000 +0100
***************
*** 9,32 ****



- #if defined( HPUX11_EXTERN_SENDFILE_CHECK )
- #ifndef _APP32_64BIT_OFF_T
-    extern sbsize_t sendfile __((int, int, off_t, bsize_t,
-                                const struct iovec *, int));
- #endif
-
- #endif  /* HPUX11_EXTERN_SENDFILE_CHECK */
-
-
- #if defined( HPUX11_EXTERN_SENDPATH_CHECK )
- #ifndef _APP32_64BIT_OFF_T
-    extern sbsize_t sendpath __((int, int, off_t, bsize_t,
-                                const struct iovec *, int));
- #endif
-
- #endif  /* HPUX11_EXTERN_SENDPATH_CHECK */
-
-
  #if defined( IRIX_SOCKLEN_T_CHECK )
  #define _SOCKLEN_T
  #if _NO_XOPEN4 && _NO_XOPEN5
--- 9,14 ----

There were fixinclude test FAILURES


-- 
Eric Botcazou



More information about the Gcc-patches mailing list