Changeset 9fcd1a1c in rtems
- Timestamp:
- 07/30/02 23:31:00 (20 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 08943ebf
- Parents:
- 5af0cf2f
- Location:
- cpukit/libnetworking
- Files:
-
- 1 deleted
- 7 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libnetworking/ChangeLog
r5af0cf2f r9fcd1a1c 1 2002-07-30 Joel Sherrill <joel@OARcorp.com> 2 3 * machine/types.h: Removed as a simpler version of this file is 4 now part of the RTEMS newlib support. 5 * machine/Makefile.am, machine/endian.h, nfs/bootp_subr.c, 6 rtems/rtems_bsdnet_internal.h, sys/Makefile.am, sys/systm.h: 7 Minor modifications to use the simpler machine/types.h. Mostly 8 more complete sets of #include's to account for machine/types.h 9 no longer doing this. 10 1 11 2002-07-30 Jay Monkman <jtm@smoothsmoothie.com> 2 12 -
cpukit/libnetworking/machine/Makefile.am
r5af0cf2f r9fcd1a1c 6 6 include_machinedir = $(includedir)/machine 7 7 8 include_machine_HEADERS = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h param.h\9 types.h vmparam.h8 include_machine_HEADERS = conf.h cpu.h cpufunc.h endian.h in_cksum.h limits.h \ 9 param.h vmparam.h 10 10 11 11 PREINSTALL_FILES = $(PROJECT_INCLUDE)/machine \ -
cpukit/libnetworking/machine/endian.h
r5af0cf2f r9fcd1a1c 6 6 #define _MACHINE_ENDIAN_H_ 7 7 8 #include <rtems /score/cpu.h>8 #include <rtems.h> 9 9 10 10 /* -
cpukit/libnetworking/nfs/bootp_subr.c
r5af0cf2f r9fcd1a1c 74 74 #include <fcntl.h> 75 75 #include <rtems/mkrootfs.h> 76 #include <rtems/rtems_bsdnet.h> 76 77 77 78 #define BOOTP_MIN_LEN 300 /* Minimum size of bootp udp packet */ -
cpukit/libnetworking/rtems/rtems_bsdnet_internal.h
r5af0cf2f r9fcd1a1c 25 25 26 26 /* make sure we get the network versions of these */ 27 #include "../machine/types.h"28 #include "../machine/param.h"27 #include <machine/types.h> 28 #include <machine/param.h> 29 29 30 30 #include <sys/time.h> -
cpukit/libnetworking/sys/Makefile.am
r5af0cf2f r9fcd1a1c 5 5 include_sysdir = $(includedir)/sys 6 6 7 # param.h now in newlib 30 July 2002 Joel 7 8 include_sys_HEADERS = buf.h callout.h conf.h domain.h kernel.h libkern.h \ 8 malloc.h mbuf.h mount.h p aram.h proc.h protosw.h queue.h reboot.h \9 malloc.h mbuf.h mount.h proc.h protosw.h queue.h reboot.h \ 9 10 resourcevar.h rtprio.h select.h signalvar.h socket.h socketvar.h \ 10 11 sysctl.h syslimits.h syslog.h systm.h ttydefaults.h ucred.h \ -
cpukit/libnetworking/sys/systm.h
r5af0cf2f r9fcd1a1c 43 43 #define _SYS_SYSTM_H_ 44 44 45 #include <rtems/rtems_bsdnet_internal.h> /* for __BSD_VA_LIST__ */ 45 46 #include <machine/cpufunc.h> 46 47
Note: See TracChangeset
for help on using the changeset viewer.