git: cpdup - roll 1.18 for ports consumers
Matthew Dillon
dillon at crater.dragonflybsd.org
Thu May 30 14:00:41 PDT 2013
commit 75bd842a4b6e60507e2ba61258698542913c6d3b
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Thu May 30 13:54:44 2013 -0700
cpdup - roll 1.18 for ports consumers
* Add the -n option. This is the not-for-real option. cpdup will go through
the motions but not actually take any action. Useful for validating a
topology without modifying it, e.g. 'cpdup -n -v -VV source target'.
* Fix clang static/global and alignment warnings
* Bump rev to 1.18
* Porters please note that this release has added an __aligned(n)
directive to two structures. BSDs and linux's should be able to
handle this no-problem but just like __printflike() it is a bit
of a departure from standard.
* Ports URL: fetch http://apollo.backplane.com/FreeBSDPorts/cpdup-1.18.tar.gz
Submitted-by: (static/global fixes) "Eitan Adler" <lists at eitanadler.com>
Submitted-by: (n-option & alignment fixes) dillon
Testing-by: "Eitan Adler" <lists at eitanadler.com>
Summary of changes:
bin/cpdup/cpdup.c | 43 ++++++++++++++++++++++---------------------
bin/cpdup/cpdup.h | 13 +++++++++++++
bin/cpdup/hclink.h | 4 ++--
bin/cpdup/hcproto.c | 2 +-
bin/cpdup/misc.c | 2 +-
5 files changed, 39 insertions(+), 25 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/75bd842a4b6e60507e2ba61258698542913c6d3b
--
DragonFly BSD source repository
More information about the Commits
mailing list