summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-09-06 20:32:06 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-09-06 20:32:06 +0000
commit98910dbd4677f5d0d40ec5047705b2698c5c7676 (patch)
tree1f0766eda75a8724cf9ccbcb1c71d3e3a77d264b /cpukit
parentDon't put _prefix into dirs. (diff)
downloadrtems-98910dbd4677f5d0d40ec5047705b2698c5c7676.tar.bz2
2009-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* libcsupport/src/issetugid.c: New (relocated from libnetworking). * libnetworking/rtems/issetugid.c: Remove. * libnetworking/Makefile.am: Reflect changes above. * libcsupport/Makefile.am: Reflect changes above.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog7
-rw-r--r--cpukit/libcsupport/Makefile.am2
-rw-r--r--cpukit/libcsupport/src/issetugid.c (renamed from cpukit/libnetworking/rtems/issetugid.c)0
-rw-r--r--cpukit/libnetworking/Makefile.am2
4 files changed, 9 insertions, 2 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 01e47b9377..2cd8aead5f 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,10 @@
+2009-09-06 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * libcsupport/src/issetugid.c: New (relocated from libnetworking).
+ * libnetworking/rtems/issetugid.c: Remove.
+ * libnetworking/Makefile.am: Reflect changes above.
+ * libcsupport/Makefile.am: Reflect changes above.
+
2009-09-06 Sebastian Huber <Sebastian.Huber@embedded-brains.de>
* libcsupport/src/free.c, libmisc/stackchk/check.c,
diff --git a/cpukit/libcsupport/Makefile.am b/cpukit/libcsupport/Makefile.am
index 4defdc2195..7157526959 100644
--- a/cpukit/libcsupport/Makefile.am
+++ b/cpukit/libcsupport/Makefile.am
@@ -105,7 +105,7 @@ LIBC_GLUE_C_FILES = src/__getpid.c src/__gettod.c src/__times.c \
src/newlibc_reent.c src/newlibc_init.c src/newlibc_exit.c src/no_posix.c \
src/no_libc.c src/utsname.c
-BSD_LIBC_C_FILES = src/strlcpy.c src/strlcat.c
+BSD_LIBC_C_FILES = src/strlcpy.c src/strlcat.c src/issetugid.c
libcsupport_a_SOURCES = src/gxx_wrappers.c src/getchark.c src/printk.c \
src/printk_plugin.c src/putk.c src/vprintk.c \
diff --git a/cpukit/libnetworking/rtems/issetugid.c b/cpukit/libcsupport/src/issetugid.c
index 09deaaf019..09deaaf019 100644
--- a/cpukit/libnetworking/rtems/issetugid.c
+++ b/cpukit/libcsupport/src/issetugid.c
diff --git a/cpukit/libnetworking/Makefile.am b/cpukit/libnetworking/Makefile.am
index bce7b56efc..41f3012e65 100644
--- a/cpukit/libnetworking/Makefile.am
+++ b/cpukit/libnetworking/Makefile.am
@@ -116,7 +116,7 @@ include_rtems_HEADERS = rtems/rtems_bsdnet.h rtems/rtems_bsdnet_internal.h \
rtems/mkrootfs.h
include_rtems_HEADERS += rtems/rtems_mii_ioctl.h
-libnetworking_a_SOURCES += rtems/sghostname.c rtems/issetugid.c \
+libnetworking_a_SOURCES += rtems/sghostname.c \
rtems/rtems_glue.c rtems/rtems_malloc_mbuf.c rtems/rtems_syscall.c \
rtems/rtems_bootp.c rtems/rtems_dhcp.c rtems/rtems_dhcp_failsafe.c \
rtems/rtems_showmbuf.c rtems/rtems_showroute.c rtems/rtems_showifstat.c \