Port-hpcsh archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: Trouble compiling -current
hi,
> Seems like this is caused by the latest revision of
> lib/librpcsvc/mount.x
>
> revision 1.5
> date: 2003/05/07 13:48:47; author: yamt; state: Exp; lines: +87 -3
> mount v3 protocol definition. from FreeBSD.
>
>
> amd compiles that code in libamu #if defined(HAVE_FS_NFS3) &&
> !defined(HAVE_XDR_MOUNTRES3) and its prebuilt config.h in our tree,
> usr.sbin/amd/include/config.h, have:
>
> /* Define if have NFS3 filesystem */
> #define HAVE_FS_NFS3 1
>
> /* Define to 1 if you have the `xdr_mountres3' function. */
> /* #undef HAVE_XDR_MOUNTRES3 */
>
>
> Try changing that to:
>
> #define HAVE_XDR_MOUNTRES3 1
>
> now that we do have it.
sorry for breakage.
i've tested i386->hpcsh cross build and committed diff.
thanks!
YAMAMOTO Takashi
Home |
Main Index |
Thread Index |
Old Index