Changeset a6abd67 in rtems for c/src/exec
- Timestamp:
- Nov 25, 2000, 7:42:21 PM (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- f0864664
- Parents:
- e2af631
- Location:
- c/src/exec/libnetworking
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/ChangeLog
re2af631 ra6abd67 1 2000-11-25 Antti P Miettinen <antti.p.miettinen@nokia.com> 2 3 * wrapup/Makefile.am: Added modem subdir. 4 * configure.in, Makefile.am: Added modem subdir. 5 * net/Makefile.am: Added if_pppvar.h, pppcompress.h. 6 * pppd/Makefile.am: Added pppmain.c (which needs work). 7 * pppd/chat.c, pppd/fsm.c, pppd/fsm.h, pppd/ipxcp.c, pppd/main.c, 8 pppd/ppp_tty.c, pppd/upap.c: Changes from Thomas Doerfler 9 <Thomas.Doerfler@imd-systems.de> and cosmetic changes by me. 10 Actually main.c and ppp_tty.c should be scratched. The modem 11 subdir has the real ppp_tty.c and the real pppd main is in pppmain.c. 12 1 13 2000-11-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 14 -
c/src/exec/libnetworking/Makefile.am
re2af631 ra6abd67 7 7 8 8 SUBDIRS = include arpa kern machine sys vm lib libc net netinet nfs rtems \ 9 rtems_servers pppd rtems_webserver wrapup9 rtems_servers pppd modem rtems_webserver wrapup 10 10 11 11 EXTRA_DIST = CHANGELOG bpfilter.h loop.h netdb.h opt_ipfw.h opt_mrouting.h \ -
c/src/exec/libnetworking/net/Makefile.am
re2af631 ra6abd67 36 36 37 37 H_FILES = bpf.h ethernet.h if.h if_arp.h if_dl.h if_llc.h if_ppp.h \ 38 if_types.h netisr.h ppp-comp.h ppp_defs.h radix.h raw_cb.h route.h 38 if_types.h netisr.h ppp-comp.h ppp_defs.h radix.h raw_cb.h route.h \ 39 if_pppvar.h pppcompress.h 39 40 40 41 noinst_HEADERS = $(H_FILES) -
c/src/exec/libnetworking/wrapup/Makefile.am
re2af631 ra6abd67 9 9 endif 10 10 11 NET_O_PIECES = kern lib libc net netinet nfs rtems rtems_servers pppd \11 NET_O_PIECES = kern lib libc net netinet nfs rtems rtems_servers pppd modem \ 12 12 $(POSIX_PIECES) 13 13 OBJS = $(foreach piece, $(NET_O_PIECES), ../$(piece)/$(ARCH)/*.o)
Note: See TracChangeset
for help on using the changeset viewer.