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:
Ralf Corsepius
2004-04-02 12:12:55 +00:00
parent 12d1a930c8
commit eecc7d52b0
3 changed files with 6 additions and 3 deletions
+5
View File
@@ -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.
+1 -1
View File
@@ -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
*/