diff options
author | joerg <joerg> | 2007-07-27 23:56:16 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-07-27 23:56:16 +0000 |
commit | ddb2139223475f5f0a861c9d835177c5b018c49d (patch) | |
tree | c32c1eaa92a451cd2edc2731055c72d7dd76acbe /misc/yrolo/patches | |
parent | 6d72d09a9f45d5df119db2e29cdee0aa820564e6 (diff) | |
download | pkgsrc-ddb2139223475f5f0a861c9d835177c5b018c49d.tar.gz |
Don't use malloc.h.
Diffstat (limited to 'misc/yrolo/patches')
-rw-r--r-- | misc/yrolo/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/yrolo/patches/patch-ab b/misc/yrolo/patches/patch-ab new file mode 100644 index 00000000000..5abbc4e6ea8 --- /dev/null +++ b/misc/yrolo/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2007/07/27 23:56:16 joerg Exp $ + +--- xhead.h.orig 2007-07-27 23:34:31.000000000 +0000 ++++ xhead.h +@@ -26,7 +26,6 @@ + + #include <stdio.h> + #include <stdlib.h> +-#include <malloc.h> + #include <memory.h> + #include <ctype.h> + #include <string.h> |