From 48b37dceec73492bfaf397e6a9ced39b5fc3e29d Mon Sep 17 00:00:00 2001 From: Bryan Ischo Date: Thu, 12 Feb 2009 08:40:03 +1300 Subject: * Added support for Mac OS X * Fixed a few minor comment issues and some small makefile issues --- src/s3.c | 8 -------- 1 file changed, 8 deletions(-) (limited to 'src') diff --git a/src/s3.c b/src/s3.c index 885a8bc..4f8bdc1 100644 --- a/src/s3.c +++ b/src/s3.c @@ -47,14 +47,6 @@ #endif -// Something is weird with glibc ... setenv/unsetenv/ftruncate are not defined -// in stdlib.h as they should be. And fileno is not in stdio.h -extern int setenv(const char *, const char *, int); -extern int unsetenv(const char *); -extern int ftruncate(int, off_t); -extern int fileno(FILE *); - - // Command-line options, saved as globals ------------------------------------ static int forceG = 0; -- cgit v1.2.1