Changeset d85594d in rtems
- Timestamp:
- 05/10/01 13:03:32 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 95083c0
- Parents:
- f0ef873
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/exec/libnetworking/ChangeLog
rf0ef873 rd85594d 1 2000-04-24 Eric Norum <eric.norum@usask.ca> 1 2001-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * libc/Makefile.am: Remove -D__STRICT_ANSI__. 4 5 2001-04-24 Eric Norum <eric.norum@usask.ca> 2 6 3 7 * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP … … 18 22 2001-03-15 Ralf Corsepius <corsepius@faw.uni-ulm.de> 19 23 20 * include/.cvsignore: Remove dan lgling file.24 * include/.cvsignore: Remove dangling file. 21 25 22 26 2001-01-31 Sergei Organov <osv@javad.ru> -
c/src/exec/libnetworking/libc/Makefile.am
rf0ef873 rd85594d 33 33 # 34 34 35 AM_CPPFLAGS += -DNOPOLL -DNOSELECT -U__STRICT_ANSI__35 AM_CPPFLAGS += -DNOPOLL -DNOSELECT 36 36 37 37 $(LIB): $(OBJS) -
c/src/libnetworking/ChangeLog
rf0ef873 rd85594d 1 2000-04-24 Eric Norum <eric.norum@usask.ca> 1 2001-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * libc/Makefile.am: Remove -D__STRICT_ANSI__. 4 5 2001-04-24 Eric Norum <eric.norum@usask.ca> 2 6 3 7 * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP … … 18 22 2001-03-15 Ralf Corsepius <corsepius@faw.uni-ulm.de> 19 23 20 * include/.cvsignore: Remove dan lgling file.24 * include/.cvsignore: Remove dangling file. 21 25 22 26 2001-01-31 Sergei Organov <osv@javad.ru> -
c/src/libnetworking/libc/Makefile.am
rf0ef873 rd85594d 33 33 # 34 34 35 AM_CPPFLAGS += -DNOPOLL -DNOSELECT -U__STRICT_ANSI__35 AM_CPPFLAGS += -DNOPOLL -DNOSELECT 36 36 37 37 $(LIB): $(OBJS) -
cpukit/libnetworking/ChangeLog
rf0ef873 rd85594d 1 2000-04-24 Eric Norum <eric.norum@usask.ca> 1 2001-05-09 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 3 * libc/Makefile.am: Remove -D__STRICT_ANSI__. 4 5 2001-04-24 Eric Norum <eric.norum@usask.ca> 2 6 3 7 * lib/rtems_bsdnet_ntp.c: Modifications to make the RTEMS NTP … … 18 22 2001-03-15 Ralf Corsepius <corsepius@faw.uni-ulm.de> 19 23 20 * include/.cvsignore: Remove dan lgling file.24 * include/.cvsignore: Remove dangling file. 21 25 22 26 2001-01-31 Sergei Organov <osv@javad.ru> -
cpukit/libnetworking/libc/Makefile.am
rf0ef873 rd85594d 33 33 # 34 34 35 AM_CPPFLAGS += -DNOPOLL -DNOSELECT -U__STRICT_ANSI__35 AM_CPPFLAGS += -DNOPOLL -DNOSELECT 36 36 37 37 $(LIB): $(OBJS)
Note: See TracChangeset
for help on using the changeset viewer.