Changeset f5f31dd in rtems


Ignore:
Timestamp:
11/30/00 13:55:41 (23 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
a58638b
Parents:
6b5519a
Message:

2000-11-28 Joel Sherrill <joel@…>

  • include/sys/ttycom.h: New file -- moved from libnetworking/sys.
  • Makefile.am: Modified to reflect above.
Files:
3 added
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/lib/ChangeLog

    r6b5519a rf5f31dd  
     1
     22000-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.
    16
    272000-11-28       Sergei Organov <osv@javad.ru>
  • c/src/lib/include/sys/Makefile.am

    r6b5519a rf5f31dd  
    1414endif
    1515
    16 H_FILES = ioccom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
     16H_FILES = ioccom.h ttycom.h utime.h $(NEWLIB_H_FILES) $(NETWORKING_H_FILES)
    1717
    1818noinst_HEADERS = utime.h termios.h ioctl.h ioccom.h
Note: See TracChangeset for help on using the changeset viewer.