openpty: Update comments.
authorBruno Haible <bruno@clisp.org>
Thu, 20 Oct 2011 09:44:11 +0000 (11:44 +0200)
committerBruno Haible <bruno@clisp.org>
Thu, 20 Oct 2011 09:44:11 +0000 (11:44 +0200)
* lib/openpty.c: Add comments about Minix.

ChangeLog
lib/openpty.c

index 1ea5069..2792e3d 100644 (file)
--- 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
index 748d372..c6e75c6 100644 (file)
@@ -92,6 +92,7 @@ openpty (int *amaster, int *aslave, char *name,
   /* 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]