Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Dec 2007 21:26:08 +0000 (UTC)
From:      John Baldwin <jhb@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/lib/libc/stdlib grantpt.c
Message-ID:  <200712212126.lBLLQ8J1011542@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
jhb         2007-12-21 21:26:08 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/stdlib      grantpt.c 
  Log:
  Clean up some of the pts(4) vs pty(4) stuff in grantpt(3) and friends:
  - Use PTY* for all pty(4) related constants.
  - Use PTMX* for all pts(4) related constants.
  - Consistently use _PATH_DEV PTMX rather than "/dev/ptmx".
  - Revert 1.7 and properly fix it by using the correct prefix string for
    pts(4) masters.
  
  MFC after:      3 days
  
  Revision  Changes    Path
  1.9       +23 -22    src/lib/libc/stdlib/grantpt.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200712212126.lBLLQ8J1011542>