lkml.org 
[lkml]   [1999]   [Nov]   [29]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [NFS] nfs-utils 0.1.3 is released.
"H . J . Lu" wrote:
>
> Could you please back out your change to /usr/include/rpc/xdr.h and
> try this patch instead?
>

close..

but, still needs some work. For rh5.1, uint32_t isn't declared; it's
u_int32_t.

so, changing

> + f_print(fout, "#define IXDR_GET_INT32(buf) ((int32_t)ntohl((uint32_t)*(buf)++))\n");
to
> + f_print(fout, "#define IXDR_GET_INT32(buf) ((int32_t)ntohl((u_int32_t)*(buf)++))\n");

fixes it (and the rest of the uint32_t's)

--
------------------------+--------------------------------------------------
Thomas Davis | PDSF Project Leader
tadavis@lbl.gov |
(510) 486-4524 | "Only a petabyte of data this year?"

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:55    [W:0.051 / U:1.008 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site