DragonFly commits List (threaded) for 2009-09
DragonFly BSD
DragonFly commits List (threaded) for 2009-09
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

git: ptsname,posix_openpt - move to libc/stdlib


From: Alex Hornung <alexh@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 12 Sep 2009 02:35:39 -0700 (PDT)

commit d43f76154bdfa1deafd46a37dc2310fcaa67b11c
Author: Alex Hornung <ahornung@gmail.com>
Date:   Sat Sep 12 08:58:21 2009 +0100

    ptsname,posix_openpt - move to libc/stdlib
    
    * As the unix98 pty functions ptsname, grantpt, unlockpt and
      posix_openpt are part of stdlib, it makes more sense having them in
      stdlib/ rather than in gen/.

Summary of changes:
 lib/libc/gen/Makefile.inc               |    7 +++----
 lib/libc/stdlib/Makefile.inc            |    6 ++++--
 lib/libc/{gen => stdlib}/posix_openpt.3 |    0
 lib/libc/{gen => stdlib}/ptsname.3      |    0
 lib/libc/{gen => stdlib}/ptsname.c      |    0
 5 files changed, 7 insertions(+), 6 deletions(-)
 rename lib/libc/{gen => stdlib}/posix_openpt.3 (100%)
 rename lib/libc/{gen => stdlib}/ptsname.3 (100%)
 rename lib/libc/{gen => stdlib}/ptsname.c (100%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d43f76154bdfa1deafd46a37dc2310fcaa67b11c


-- 
DragonFly BSD source repository



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