git: DragonFly_RELEASE_5_4 <sys/errno.h>: Remove EUNUSED*.

Matthew Dillon dillon at crater.dragonflybsd.org
Fri Nov 30 21:13:06 PST 2018


commit 429854ac983b4f3a539ecb0fbbfc6aa0b55e4ee4
Author: Levente Kurusa <lkurusa at acm.org>
Date:   Tue Nov 27 11:48:45 2018 +0100

    <sys/errno.h>: Remove EUNUSED*.
    
    These values are not used (as their name suggests) and there is no
    reason for an application to ever see or use them. This has recently
    caused some confusion in the Rust ecosystem, and it looks like a
    comment would better serve the intended purpose than making these
    values available.
    
    Signed-off-by: Levente Kurusa <lkurusa at acm.org>

Summary of changes:
 sys/sys/errno.h | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/429854ac983b4f3a539ecb0fbbfc6aa0b55e4ee4


-- 
DragonFly BSD source repository



More information about the Commits mailing list