Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/doc more hacks



details:   https://anonhg.NetBSD.org/src/rev/6a4ceac029c4
branches:  trunk
changeset: 460653:6a4ceac029c4
user:      christos <christos%NetBSD.org@localhost>
date:      Wed Oct 30 00:26:54 2019 +0000

description:
more hacks

diffstat:

 doc/HACKS |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r 6316db955791 -r 6a4ceac029c4 doc/HACKS
--- a/doc/HACKS Wed Oct 30 00:25:00 2019 +0000
+++ b/doc/HACKS Wed Oct 30 00:26:54 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: HACKS,v 1.193 2019/10/29 21:32:35 christos Exp $
+# $NetBSD: HACKS,v 1.194 2019/10/30 00:26:54 christos Exp $
 #
 # This file is intended to document workarounds for currently unsolved
 # (mostly) compiler bugs.
@@ -919,6 +919,14 @@
        strcpy(words[n - 1], words[n + 1]);
 kcah
 
+port   sh3
+hack   compile ddns.c in dhcpcd with no-stringop-overflow
+cdate  Tue Oct 29 20:25:59 EDT 2019
+who    christos
+file   /cvsroot/src/external/mpl/dhcp/bin/server/Makefile 1.2
+descr  fails to compile, confused by builtin_object_size in strcat(p, ".in..")
+kcah
+
 port   arm
 hack   avoid using labels in a 12-bit constant.
 who    matt



Home | Main Index | Thread Index | Old Index