summaryrefslogtreecommitdiff
path: root/sys/dev/streams
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2009-02-16 20:12:28 +0000
committerEd Schouten <ed@FreeBSD.org>2009-02-16 20:12:28 +0000
commit55272bd6b4c51c0df32593f43cef85d475ebe47a (patch)
treedd988096cb0d655afbe45bec4410bb81baacb950 /sys/dev/streams
parent9f8919f2361f5ea6d1ee64813a57be255782be5f (diff)
Notes
Diffstat (limited to 'sys/dev/streams')
-rw-r--r--sys/dev/streams/streams.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/streams/streams.c b/sys/dev/streams/streams.c
index e7327f8cd7db..7b99d2078099 100644
--- a/sys/dev/streams/streams.c
+++ b/sys/dev/streams/streams.c
@@ -288,6 +288,8 @@ svr4_ptm_alloc(td)
*
* Cycle through the names. If sys_open() returns ENOENT (or
* ENXIO), short circuit the cycle and exit.
+ *
+ * XXX: Maybe this can now be implemented by posix_openpt()?
*/
static char ptyname[] = "/dev/ptyXX";
static char ttyletters[] = "pqrstuwxyzPQRST";