summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 12:12:55 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-02 12:12:55 +0000
commiteecc7d52b0bf2e09262cea477ff326a18843927d (patch)
tree4dd59c71c51841730fac1892f9600b16173207fb /cpukit/libnetworking
parent * ppc403/vectors/align_h.S: Include <rtems/asm.h> instead of <asm.h>. (diff)
downloadrtems-eecc7d52b0bf2e09262cea477ff326a18843927d.tar.bz2
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.
Diffstat (limited to 'cpukit/libnetworking')
-rw-r--r--cpukit/libnetworking/Makefile.am2
-rw-r--r--cpukit/libnetworking/rtems/rtems_bsdnet_internal.h2
2 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am
index fd50bb3a10..984ba001f0 100644
--- a/cpukit/libnetworking/Makefile.am
+++ b/cpukit/libnetworking/Makefile.am
@@ -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 =
diff --git a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
index bee5d0042b..5db9029ed3 100644
--- a/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
+++ b/cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
@@ -40,8 +40,6 @@ struct mdproc {
int *md_regs;
};
-#define USHRT_MAX 65535
-
/*
* Other RTEMS/BSD glue
*/