OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /openrisc/tags/gnu-src/gcc-4.5.1/gcc-4.5.1-or32-1.0rc1/fixincludes/tests/base/rpc
    from Rev 266 to Rev 338
    Reverse comparison

Rev 266 → Rev 338

/xdr.h
0,0 → 1,25
/* DO NOT EDIT THIS FILE.
 
It has been auto-edited by fixincludes from:
 
"fixinc/tests/inc/rpc/xdr.h"
 
This had to be done to correct non-standard usages in the
original, manufacturer supplied header file. */
 
 
 
#if defined( RPC_XDR_LVALUE_CAST_A_CHECK )
#define IXDR_GET_LONG(buf) ((long)IXDR_GET_U_INT32(buf))
#endif /* RPC_XDR_LVALUE_CAST_A_CHECK */
 
 
#if defined( RPC_XDR_LVALUE_CAST_B_CHECK )
#define IXDR_PUT_LONG(buf, v) ((long)IXDR_PUT_INT32(buf, (long)(v)))
#endif /* RPC_XDR_LVALUE_CAST_B_CHECK */
 
 
#if defined( STRUCT_FILE_CHECK )
struct __file_s;
extern void xdrstdio_create( struct __file_s* );
#endif /* STRUCT_FILE_CHECK */
xdr.h Property changes : Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: auth.h =================================================================== --- auth.h (nonexistent) +++ auth.h (revision 338) @@ -0,0 +1,26 @@ +/* DO NOT EDIT THIS FILE. + + It has been auto-edited by fixincludes from: + + "fixinc/tests/inc/rpc/auth.h" + + This had to be done to correct non-standard usages in the + original, manufacturer supplied header file. */ + + + +#if defined( STRUCT_SOCKADDR_CHECK ) +struct sockaddr; +extern AUTH* authdes_create( struct sockaddr* ); +#endif /* STRUCT_SOCKADDR_CHECK */ + + +#if defined( SUN_AUTH_PROTO_CHECK ) +struct auth_t { +#ifdef __cplusplus + int (*name)(...); /* C++ bad */ +#else + int (*name)(); /* C++ bad */ +#endif +}; +#endif /* SUN_AUTH_PROTO_CHECK */
auth.h Property changes : Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property Index: rpc.h =================================================================== --- rpc.h (nonexistent) +++ rpc.h (revision 338) @@ -0,0 +1,14 @@ +/* DO NOT EDIT THIS FILE. + + It has been auto-edited by fixincludes from: + + "fixinc/tests/inc/rpc/rpc.h" + + This had to be done to correct non-standard usages in the + original, manufacturer supplied header file. */ + + + +#if defined( NESTED_AUTH_DES_CHECK ) +/*#include */ /* skip this */ +#endif /* NESTED_AUTH_DES_CHECK */
rpc.h Property changes : Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +Id \ No newline at end of property

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.