git: sh: Fix compilation for older DragonFly versions.

Peter Avalos pavalos at crater.dragonflybsd.org
Wed Jul 31 15:32:41 PDT 2013


commit 39a1ee098a93d3f7b3a91dd03acf16a1883393d5
Author: Peter Avalos <pavalos at dragonflybsd.org>
Date:   Wed Jul 31 14:39:03 2013 -0700

    sh: Fix compilation for older DragonFly versions.
    
    O_CLOEXEC and F_DUPFD_CLOEXEC were added in the past year, and since sh
    is a bootstrap tool, older versions of DragonFly won't be able to
    compile this latest version.
    
    Reviewed-by:  swildner

Summary of changes:
 bin/sh/input.c | 11 +++++++++++
 bin/sh/jobs.c  | 19 +++++++++++++++++++
 bin/sh/main.c  |  4 ++++
 bin/sh/redir.c |  8 ++++++++
 4 files changed, 42 insertions(+)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/39a1ee098a93d3f7b3a91dd03acf16a1883393d5


-- 
DragonFly BSD source repository



More information about the Commits mailing list