Changeset dda0bffc in rtems
- Timestamp:
- Jun 27, 2002, 9:59:23 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- d4696eb
- Parents:
- b335e9ef
- Files:
-
- 4 added
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/ChangeLog
rb335e9ef rdda0bffc 1 2002-06-27 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> 2 3 * Addition of a ftp client filesystem, comparable to the tftp one. 4 * lib/ftpfs.c, rtems/ftpfs.h: New files. 5 * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above. 6 1 7 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
c/src/exec/libnetworking/lib/Makefile.am
rb335e9ef rdda0bffc 7 7 LIB = $(ARCH)/$(LIBNAME) 8 8 9 C_FILES = getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c9 C_FILES = getprotoby.c rtems_bsdnet_ntp.c ftpfs.c syslog.c tftpDriver.c 10 10 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 11 11 -
c/src/exec/libnetworking/rtems/Makefile.am
rb335e9ef rdda0bffc 17 17 18 18 include_rtems_HEADERS = rtems_bsdnet.h rtems_bsdnet_internal.h tftp.h \ 19 mkrootfs.h19 ftpfs.h mkrootfs.h 20 20 21 21 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ -
cpukit/libnetworking/ChangeLog
rb335e9ef rdda0bffc 1 2002-06-27 Thomas Doerfler <Thomas.Doerfler@imd-systems.de> 2 3 * Addition of a ftp client filesystem, comparable to the tftp one. 4 * lib/ftpfs.c, rtems/ftpfs.h: New files. 5 * lib/Makefile.am, rtems/Makefile.am: Modified to reflect above. 6 1 7 2002-06-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 8 -
cpukit/libnetworking/lib/Makefile.am
rb335e9ef rdda0bffc 7 7 LIB = $(ARCH)/$(LIBNAME) 8 8 9 C_FILES = getprotoby.c rtems_bsdnet_ntp.c syslog.c tftpDriver.c9 C_FILES = getprotoby.c rtems_bsdnet_ntp.c ftpfs.c syslog.c tftpDriver.c 10 10 C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o) 11 11 -
cpukit/libnetworking/rtems/Makefile.am
rb335e9ef rdda0bffc 17 17 18 18 include_rtems_HEADERS = rtems_bsdnet.h rtems_bsdnet_internal.h tftp.h \ 19 mkrootfs.h19 ftpfs.h mkrootfs.h 20 20 21 21 PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \
Note: See TracChangeset
for help on using the changeset viewer.