git: buildworld - Fix bootstrapping from older worlds

Matthew Dillon dillon at crater.dragonflybsd.org
Sat Aug 1 12:02:40 PDT 2015


commit f1fee7c557f3fed15d63c8cdb7e2e9703b984731
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Sat Aug 1 11:51:39 2015 -0700

    buildworld - Fix bootstrapping from older worlds
    
    * __returns_twice doesn't exist in older sys/cdefs.h, fix bootstrapping by
      shoehorning a default if it does not exist.

Summary of changes:
 include/setjmp.h | 4 ++++
 include/unistd.h | 4 ++++
 2 files changed, 8 insertions(+)

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


-- 
DragonFly BSD source repository



More information about the Commits mailing list