changeset 15972:167933697036

openpty: Update comments. * lib/openpty.c: Add comments about Minix.
author Bruno Haible <bruno@clisp.org>
date Thu, 20 Oct 2011 11:44:11 +0200
parents 6658b301bbee
children 91896bd60e8b
files ChangeLog lib/openpty.c
diffstat 2 files changed, 6 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2011-10-20  Bruno Haible  <bruno@clisp.org>
+
+	openpty: Update comments.
+	* lib/openpty.c: Add comments about Minix.
+
 2011-10-19  Eric Blake  <eblake@redhat.com>
 
 	openpty: relax license
--- a/lib/openpty.c
+++ b/lib/openpty.c
@@ -92,6 +92,7 @@
   /* If all this does not work, we could try to open, one by one:
      - On MacOS X: /dev/pty[p-w][0-9a-f]
      - On *BSD:    /dev/pty[p-sP-S][0-9a-v]
+     - On Minix:   /dev/pty[p-q][0-9a-f]
      - On AIX:     /dev/ptyp[0-9a-f]
      - On HP-UX:   /dev/pty[p-r][0-9a-f]
      - On OSF/1:   /dev/pty[p-q][0-9a-f]