<strio.h>: Drop ancient guards from getline() and dprintf().
authorzrj <rimvydas.jasinskas@gmail.com>
Sat, 20 Aug 2016 14:30:54 +0000 (17:30 +0300)
committerzrj <zrj@dragonflybsd.org>
Wed, 31 Aug 2016 07:46:13 +0000 (10:46 +0300)
commitdd9d57c0b10a005bc3a554cc33272f600f43f9cb
tree0d5d9855307365d8b2434cbdbcf5f602a5168e4b
parentcae2835b6b4ebad97f7a0b45157102f433a3c656
<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
include/stdio.h
lib/libc/stdio/getline.3
lib/libc/stdio/printf.3
lib/libc/stdio/vfprintf.c