git: Remove the old <sys/dir.h> compat header. Nothing needs it anymore.

Sascha Wildner swildner at crater.dragonflybsd.org
Thu Dec 30 06:38:59 PST 2021


commit 819799ae604c2669631f0870ee7f56c0ea7c6491
Author: Sascha Wildner <saw at online.de>
Date:   Thu Dec 30 15:38:51 2021 +0100

    Remove the old <sys/dir.h> compat header. Nothing needs it anymore.
    
    The world has since switched over to <dirent.h>. Thanks to zrj for
    confirming that with a full dports bulk build.
    
    The libssh and RPC examples adjustments are just cosmetics. libssh
    includes it only on NeXTSTEP and the RPC examples don't build.

Summary of changes:
 Makefile_upgrade.inc                 |  1 +
 lib/libssh/config.h                  |  2 +-
 share/examples/sunrpc/dir/dir_proc.c |  2 +-
 sys/sys/dir.h                        | 50 ------------------------------------
 4 files changed, 3 insertions(+), 52 deletions(-)
 delete mode 100644 sys/sys/dir.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/819799ae604c2669631f0870ee7f56c0ea7c6491


-- 
DragonFly BSD source repository



More information about the Commits mailing list