summaryrefslogtreecommitdiff
path: root/emulators/nonpareil/files/patch-src_util.h
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2006-07-27 18:46:50 +0000
committerRenato Botelho <garga@FreeBSD.org>2006-07-27 18:46:50 +0000
commit644ec9e0cbef22696a3141656ad815fd68d16dc6 (patch)
treec697ad44d4661c49932dd477e9d0e7785bc59be1 /emulators/nonpareil/files/patch-src_util.h
parentUse another method to turn off assembler code on non-i386 (diff)
Nonpareil is a high-fidelity simulator for calculators. It currently
supports many HP calculators models introduced between 1972 and 1982. Simulation fidelity is achieved through the use of the actual microcode of the calculators, thus in most cases the simulation behavior exactly matches that of the real calculator. WWW: http://nonpareil.brouhaha.com/ PR: ports/100834 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
Notes
Notes: svn path=/head/; revision=168901
Diffstat (limited to 'emulators/nonpareil/files/patch-src_util.h')
-rw-r--r--emulators/nonpareil/files/patch-src_util.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/emulators/nonpareil/files/patch-src_util.h b/emulators/nonpareil/files/patch-src_util.h
new file mode 100644
index 000000000000..3156b3df66bd
--- /dev/null
+++ b/emulators/nonpareil/files/patch-src_util.h
@@ -0,0 +1,11 @@
+--- src.orig/util.h Mon Jul 24 14:32:21 2006
++++ src/util.h Mon Jul 24 14:33:52 2006
+@@ -56,7 +56,7 @@
+ // strlcpy will copy as much of src into dest as it can, up to one less than
+ // the maximum length of dest specified by the argument l. Unlike strncpy(),
+ // strlcpy() will always leave dest NULL-terminated on return.
+-char *strlcpy (char *dest, const char *src, size_t l);
++//char *strlcpy (char *dest, const char *src, size_t l);
+
+
+ // strlncpy will copy up to n characters from src to dest, but not more than