qemacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemacs-commit] qemacs shell.c


From: Charlie Gordon
Subject: [Qemacs-commit] qemacs shell.c
Date: Sat, 12 Apr 2008 08:14:00 +0000

CVSROOT:        /cvsroot/qemacs
Module name:    qemacs
Changes by:     Charlie Gordon <chqrlie>        08/04/12 08:14:00

Modified files:
        .              : shell.c 

Log message:
        fixed typo

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/qemacs/shell.c?cvsroot=qemacs&r1=1.54&r2=1.55

Patches:
Index: shell.c
===================================================================
RCS file: /cvsroot/qemacs/qemacs/shell.c,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -b -r1.54 -r1.55
--- shell.c     12 Apr 2008 08:13:19 -0000      1.54
+++ shell.c     12 Apr 2008 08:14:00 -0000      1.55
@@ -99,7 +99,7 @@
     if ((fd = open("/dev/ptmx", O_RDWR)) >= 0) {
 #if 0
         /* ptsname_r is a sensible renentrant version of ptsname, but
-         * it lacks portability, notably on FreeBSD and cygwin. So we
+         * it lacks portability, notably on OpenBSD and cygwin. So we
          * have to use ill conceived ptsname.
          */
         if (!ptsname_r(fd, tty_str, size) && !grantpt(fd) && !unlockpt(fd))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]