git: ipfw2 - Rename FreeBSD ipfw port to ipfw3 (2)

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Mar 12 17:27:32 PDT 2015


commit 4790953f561c97d4fa905a09aaf494fb644c8a1e
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Mar 12 17:27:14 2015 -0700

    ipfw2 - Rename FreeBSD ipfw port to ipfw3 (2)
    
    * Unbreak buildworld

Summary of changes:
 lib/libipfw3/basic/ipfw3_basic.h              | 2 +-
 lib/libipfw3/dummynet/ipfw3_dummynet.h        | 2 +-
 lib/libipfw3/layer2/ipfw3_layer2.h            | 2 +-
 lib/libipfw3/layer4/ipfw3_layer4.h            | 2 +-
 lib/libipfw3/nat/{ipfw2_nat.c => ipfw3_nat.c} | 0
 lib/libipfw3/nat/{ipfw2_nat.h => ipfw3_nat.h} | 2 +-
 6 files changed, 5 insertions(+), 5 deletions(-)
 rename lib/libipfw3/nat/{ipfw2_nat.c => ipfw3_nat.c} (100%)
 rename lib/libipfw3/nat/{ipfw2_nat.h => ipfw3_nat.h} (97%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/4790953f561c97d4fa905a09aaf494fb644c8a1e


-- 
DragonFly BSD source repository



More information about the Commits mailing list