git: <strio.h>: Drop ancient guards from getline() and dprintf().

Rimvydas Jasinskas zrj at crater.dragonflybsd.org
Wed Aug 31 01:00:30 PDT 2016


commit dd9d57c0b10a005bc3a554cc33272f600f43f9cb
Author: zrj <rimvydas.jasinskas at gmail.com>
Date:   Sat Aug 20 17:30:54 2016 +0300

    <strio.h>: Drop ancient guards from getline() and dprintf().
    
    Since FreeBSD in r303524 removed these guards and most of freebsd-ports
    are fixed, it is finally safe to do the same on DragonFly and dports.
    
    While there, update manpages and add fix in vfprintf.c too.
    
    Taken-from: FreeBSD

Summary of changes:
 include/stdio.h           |  38 +-------
 lib/libc/stdio/getline.3  |  65 ++++---------
 lib/libc/stdio/printf.3   | 235 +++++++++++++++++++++-------------------------
 lib/libc/stdio/vfprintf.c |   6 +-
 4 files changed, 133 insertions(+), 211 deletions(-)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list