[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Network Demos need simple update - gentle reminder
- Date: Thu, 17 May 2007 08:37:04 -0400
- From: rsg at alum.mit.edu (Robert S. Grimes)
- Subject: Network Demos need simple update - gentle reminder
Hi,
The network-demos need (at least) a very simple update. Specifically,
the inclusion of confdefs.h needs to be rtems/confdefs.h. For example,
in netdemo/init.c, you'll see the following line:
#include <confdefs.h>
>From what I understand (and have confirmed via build), the file needs to
be included like this:
#include <rtems/confdefs.h>
This was raised earlier (January 2007?) by Amalaye Oyake on the mail
list, and answered by Joel, but the files haven't been updated (yet).
Thanks!