OSDN Git Service

Clearify error message
authorEric Andersen <andersen@codepoet.org>
Wed, 16 Jan 2002 17:25:53 +0000 (17:25 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 16 Jan 2002 17:25:53 +0000 (17:25 -0000)
libc/stdlib/ptsname.c

index ce4847f..659049a 100644 (file)
@@ -81,7 +81,7 @@ int ptsname_r (int fd, char *buf, size_t buflen)
       return ENOTTY;
     }
 #elif !defined TIOCGPTN
-# error "UNIX98PTY_ONLY requested but TIOCGPTN is undefined."
+# error "UNIX98PTY_ONLY enabled but TIOCGPTN ioctl not supported by your kernel."
 #endif
 #ifdef TIOCGPTN
   if (ioctl (fd, TIOCGPTN, &ptyno) == 0)