git: Move ed(4), sr(4), and ng_sync_{ar,sr} to being i386 only.
Sascha Wildner
swildner at crater.dragonflybsd.org
Sun Jun 8 01:52:26 PDT 2014
commit 0055c35bf8e57ea74ebf1308bbf4a690e9004ff6
Author: Sascha Wildner <saw at online.de>
Date: Sun Jun 8 10:49:27 2014 +0200
Move ed(4), sr(4), and ng_sync_{ar,sr} to being i386 only.
If someone needs them on x86_64, they will first have to fix the various
int <-> pointer conversions which they warn about.
Summary of changes:
Makefile_upgrade.inc | 6 ++++++
UPDATING | 11 +++++++++++
share/man/man4/Makefile | 2 --
share/man/man4/man4.i386/Makefile | 2 ++
share/man/man4/{ => man4.i386}/ed.4 | 2 +-
sys/conf/files | 5 -----
sys/config/GENERIC | 8 +++-----
sys/config/LINT64 | 2 --
sys/config/X86_64_GENERIC | 7 +------
sys/dev/netif/Makefile | 6 +++---
sys/netgraph/Makefile | 7 ++++---
sys/platform/pc32/conf/files | 5 +++++
12 files changed, 36 insertions(+), 27 deletions(-)
rename share/man/man4/{ => man4.i386}/ed.4 (99%)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0055c35bf8e57ea74ebf1308bbf4a690e9004ff6
--
DragonFly BSD source repository
More information about the Commits
mailing list