openbsd-ports/audio/shorten/patches/patch-include_binary_h
naddy e6bcd6582c Update to 3.4. Changes in this release:
* Shorten now refuses to input data from or output data to a tty.
* Fixed crash when trying to create seek tables from a non-shorten file.
* -s and -S options can now create seek table files from data read on stdin.
* Seek tables are now appended to non-stdout output file when reading
  uncompressed data from stdin.
2002-02-11 17:56:52 +00:00

12 lines
361 B
Plaintext

$OpenBSD: patch-include_binary_h,v 1.1 2002/02/11 17:56:52 naddy Exp $
--- include/binary.h.orig Mon Feb 11 14:52:47 2002
+++ include/binary.h Mon Feb 11 14:52:57 2002
@@ -10,7 +10,6 @@
#include <limits.h>
#include <assert.h>
#include <math.h>
-#include <malloc.h>
#if defined _WIN32 || defined __TURBOC__ || defined __ZTC__ || defined _MSC_VER