On Thu, 2005-05-12 at 12:02 -0400, Hal Rosenstock wrote: > On Thu, 2005-05-12 at 11:52, James Lentini wrote: > > Did you rebuild the kdapltest module? > > Thanks. I forgot to do that. > > Does kdapltest build fine for you ? I'm getting some errors on building > the user portion.
Sorry, that was my fault. Forgot to check that my changes still allowed
user to build.
> Modified:
> gen2/users/jlentini/linux-kernel/test/dapltest/mdep/linux/dapl_mdep_user.h
> ===================================================================
> ---
> gen2/users/jlentini/linux-kernel/test/dapltest/mdep/linux/dapl_mdep_user.h
> 2005-05-12 15:55:55 UTC (rev 2316)
> +++
> gen2/users/jlentini/linux-kernel/test/dapltest/mdep/linux/dapl_mdep_user.h
> 2005-05-12 15:58:00 UTC (rev 2317)
> @@ -50,7 +50,15 @@
> #endif
> #endif
>
> +typedef enum {
> +#undef FALSE
> + FALSE = 0,
> +#undef TRUE
> + TRUE = 1
> +} boolean_t;
>
> +typedef uint32_t u32;
> +
> /* Default Device Name */
> #define DT_MdepDeviceName "ia0a"
>
> @@ -72,7 +80,7 @@
BTW, u32 should not be used in user stuff. For that we should use the
standard uint32_t.
-tduffy
signature.asc
Description: This is a digitally signed message part
_______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
