Changeset f5f31dd in rtems
- Timestamp:
- 11/30/00 13:55:41 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- a58638b
- Parents:
- 6b5519a
- Files:
-
- 3 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/ChangeLog
r6b5519a rf5f31dd 1 2 2000-11-29 Joel Sherrill <joel@OARcorp.com> 3 4 * include/sys/ttycom.h: New file -- moved from libnetworking/sys. 5 * Makefile.am: Modified to reflect above. 1 6 2 7 2000-11-28 Sergei Organov <osv@javad.ru> -
c/src/lib/include/sys/Makefile.am
r6b5519a rf5f31dd 14 14 endif 15 15 16 H_FILES = ioccom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES)16 H_FILES = ioccom.h ttycom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES) 17 17 18 18 noinst_HEADERS = utime.h termios.h ioctl.h ioccom.h
Note: See TracChangeset
for help on using the changeset viewer.