mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-24 02:28:25 +08:00
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
* libnetworking/Makefile.am: AM_CPPFLAGS += -I$(srcdir). * libnetworking/rtems/rtems_bsdnet_internal.h: Remove USHRT_MAX.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* libnetworking/Makefile.am: AM_CPPFLAGS += -I$(srcdir).
|
||||
* libnetworking/rtems/rtems_bsdnet_internal.h: Remove USHRT_MAX.
|
||||
|
||||
2004-04-02 Ralf Corsepius <ralf_corsepius@rtems.org>
|
||||
|
||||
* libnetworking/Makefile.am: Fix typo.
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
include $(top_srcdir)/automake/multilib.am
|
||||
include $(top_srcdir)/automake/compile.am
|
||||
|
||||
AM_CPPFLAGS += -I$(top_builddir)
|
||||
AM_CPPFLAGS += -I$(srcdir)
|
||||
|
||||
EXTRA_DIST = README
|
||||
CLEANFILES =
|
||||
|
||||
@@ -40,8 +40,6 @@ struct mdproc {
|
||||
int *md_regs;
|
||||
};
|
||||
|
||||
#define USHRT_MAX 65535
|
||||
|
||||
/*
|
||||
* Other RTEMS/BSD glue
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user