diff options
Diffstat (limited to 'devel/smv/files/patch-storage.h')
-rw-r--r-- | devel/smv/files/patch-storage.h | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/devel/smv/files/patch-storage.h b/devel/smv/files/patch-storage.h new file mode 100644 index 000000000000..4b72cc93ed66 --- /dev/null +++ b/devel/smv/files/patch-storage.h @@ -0,0 +1,13 @@ +--- storage.h ++++ storage.h +@@ -12,8 +12,8 @@ + #define ALLOCSIZE (2<<15) + + void init_storage(); +-char *malloc(); +-void free(); ++char* smv_malloc(); ++void smv_free(); + mgr_ptr new_mgr(); + rec_ptr new_rec(),dup_rec(); + void free_rec(); |