1
0
mirror of http://mpg123.de/trunk/.git synced 2025-10-25 04:37:34 +03:00

A commit motivated by SunOS veteran Winston. He gave SunOS 4.1.2 with gcc 2.7.0 a spin.

A commit that looks bigger than it is. Most files only got header #includes removed that are handled in mpg123.h .
Then there are the corresponding changes in mpg123.h; together with the addition of safe_realloc for ancient systems.
The ugly need for snprintf in make_remote_header() has been avoided by changing this one into print_remote_header().
The Question of size_t, ssize_t and off_t is handled in configure now; respectively in config.h.legacy .



git-svn-id: svn://scm.orgis.org/mpg123/trunk@861 35dc7657-300d-0410-a2e5-dc2837fedb53
This commit is contained in:
thor
2007-07-27 23:22:40 +00:00
parent 0ec2e0d83f
commit 44d607aff9
41 changed files with 67 additions and 145 deletions

View File

@@ -14,7 +14,6 @@
#ifndef NOXFERMEM
#include <stdlib.h>
#include <errno.h>
int outburst = MAXOUTBURST;