~ubuntu-branches/ubuntu/dapper/fpc/dapper

« back to all changes in this revision

Viewing changes to rtl/unix/ttyname.inc

  • Committer: Bazaar Package Importer
  • Author(s): Carlos Laviola
  • Date: 2005-05-30 11:59:10 UTC
  • mfrom: (1.2.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20050530115910-x5pbzm4qqta4i94h
Tags: 2.0.0-2
debian/fp-compiler.postinst.in: forgot to reapply the patch that
correctly creates the slave link to pc(1).  (Closes: #310907)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
{
2
 
    $Id: ttyname.inc,v 1.1 2003/11/19 17:13:00 marco Exp $
 
2
    $Id: ttyname.inc,v 1.4 2005/02/14 17:13:31 peter Exp $
3
3
    This file is part of the Free Pascal run time library.
4
4
    Copyright (c) 1999-2000 by Peter Vreman
5
5
    member of the Free Pascal development team.
7
7
    See the file COPYING.FPC, included in this distribution,
8
8
    for details about the copyright.
9
9
 
10
 
    A generic implementation of ttyname functionality. 
 
10
    A generic implementation of ttyname functionality.
11
11
 
12
12
    This program is distributed in the hope that it will be useful,
13
13
    but WITHOUT ANY WARRANTY; without even the implied warranty of
90
90
 
91
91
{
92
92
  $Log: ttyname.inc,v $
93
 
  Revision 1.1  2003/11/19 17:13:00  marco
94
 
   * new termio units
95
 
 
 
93
  Revision 1.4  2005/02/14 17:13:31  peter
 
94
    * truncate log
96
95
 
97
96
}