diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-12-14 22:28:16 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-12-14 22:28:16 +0000 |
commit | f0f72ef4e18fd56bf8dba08146481d140e0e26e6 (patch) | |
tree | 4ccb8fd860743204136ea9481f1bead3501fda26 /x11-fonts | |
parent | 651e167f0e81c1fad80781dd324b8d48cdd65545 (diff) |
Notes
Diffstat (limited to 'x11-fonts')
-rw-r--r-- | x11-fonts/xfed/files/patch-defs.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/x11-fonts/xfed/files/patch-defs.h b/x11-fonts/xfed/files/patch-defs.h new file mode 100644 index 000000000000..ac845c4af975 --- /dev/null +++ b/x11-fonts/xfed/files/patch-defs.h @@ -0,0 +1,9 @@ +--- defs.h.orig Sat Dec 14 15:23:10 2002 ++++ defs.h Sat Dec 14 15:24:30 2002 +@@ -1,6 +1,4 @@ + extern int errno; +-extern char *malloc(); +-extern char *realloc(); + + struct box { + int w, h; |