mirror of
https://git.openafs.org/openafs.git
synced 2025-01-18 23:10:58 +00:00
irix label changes rx subdir
no label support in non-c99 irix cc, xdr_len.c and xdr_mem.c changed accordingly Change-Id: I9f9780254cd7e80649d40b3df6bcdd84a2f90404 modified: src/rx/xdr_len.c modified: src/rx/xdr_mem.c Reviewed-on: http://gerrit.openafs.org/1266 Reviewed-by: Derrick Brashear <shadow@dementia.org> Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
parent
87af0e4cb6
commit
267c22e771
@ -87,7 +87,7 @@ xdrlen_inline(AFS_XDRS_T axdrs, u_int len)
|
||||
}
|
||||
|
||||
static struct xdr_ops xdrlen_ops = {
|
||||
#ifdef AFS_NT40_ENV
|
||||
#if defined(AFS_NT40_ENV) || (defined(AFS_SGI_ENV) && !defined(__c99))
|
||||
/* Windows does not support labeled assigments */
|
||||
xdrlen_getint32, /* not supported */
|
||||
xdrlen_putint32, /* serialize an afs_int32 */
|
||||
|
@ -61,7 +61,7 @@ static afs_int32 *xdrmem_inline(AFS_XDRS_T, u_int);
|
||||
static void xdrmem_destroy(AFS_XDRS_T);
|
||||
|
||||
static struct xdr_ops xdrmem_ops = {
|
||||
#ifdef AFS_NT40_ENV
|
||||
#if defined(AFS_NT40_ENV) || (defined(AFS_SGI_ENV) && !defined(__c99))
|
||||
/* Windows does not support labeled assigments */
|
||||
xdrmem_getint32, /* deserialize an afs_int32 */
|
||||
xdrmem_putint32, /* serialize an afs_int32 */
|
||||
|
Loading…
Reference in New Issue
Block a user