Module Name:    src
Committed By:   christos
Date:           Wed Oct 30 00:26:54 UTC 2019

Modified Files:
        src/doc: HACKS

Log Message:
more hacks


To generate a diff of this commit:
cvs rdiff -u -r1.193 -r1.194 src/doc/HACKS

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/doc/HACKS
diff -u src/doc/HACKS:1.193 src/doc/HACKS:1.194
--- src/doc/HACKS:1.193	Tue Oct 29 17:32:35 2019
+++ src/doc/HACKS	Tue Oct 29 20:26:54 2019
@@ -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 @@ descr	fails to compile, confused by char
 	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

Reply via email to