home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / DRIVERS / SRC / ptys.lzh / ptystat.a < prev    next >
Text File  |  1990-04-25  |  2KB  |  46 lines

  1. *        This software is copyright (C) 1989 by Reimer Mellin        *
  2. *                                                                    *
  3. *        Permission is granted to reproduce and distribute           *
  4. *        this package by any means so long as no fee is charged      *
  5. *        above a nominal handling fee and so long as this            *
  6. *        notice is always included in the copies.                    *
  7. *        Commerical use or incorporation into commercial software    *
  8. *        is prohibited without the written permission of the         *
  9. *        author.                                                     *
  10. *                                                                    *
  11. *        Other rights are reserved except as explicitly granted      *
  12. *        by written permission of the author.                        *
  13. *                Reimer Mellin                                       *
  14. *                                                                    *
  15. *                Sulenstr.8                                          *
  16. *                D-8000 Muenchen 71 (Federal Republic of Germany)    *
  17. *                                                                    *
  18. *           EMAIL:                                                   *
  19. *                mellin@lan.informatik.tu-muenchen.dbp.de            *
  20. *                ram@altger.UUCP                                     *
  21. *                ....!pyramid!tmpmbx!doitcr!ramsys!ram (home)        *
  22. *                                                                    *
  23. *
  24. * $Id: ptystat.a_v 1.2.1.1 89/09/04 13:15:13 ram Exp $
  25. *
  26. * $Log:    ptystat.a_v $
  27. * Revision 1.2.1.1  89/09/04  13:15:13  ram
  28. * added some comments
  29. * Revision 1.2  89/08/31  12:35:54  ram
  30. *
  31.  
  32.  nam OS-9/68k Pty Static Storage
  33.  
  34. edition set 0
  35.  
  36.  use <iodev.a>
  37.  use ptydev.a
  38.  
  39.  psect ptydev,0,0,0,0,0
  40.  vsect
  41.  ds.b V_PTY
  42.  ends
  43.  ends
  44.