mirror of
https://git.freebsd.org/ports.git
synced 2025-05-05 07:57:38 -04:00
abandoned http://www.bincimap.org/ website) - Distfile is .tar.gz now instead of original .tar.bz2, but the contents is identical (no changes whatsoever) - Clean up and modernize the port: convert to OPTIONS, define LICENSE, get rid of CONFDIR in favor of ETCDIR, allow to build with GCC 4.7+, use @sample in pkg-plist, kill bogus EOL whitespace in pkg-descr, etc.
11 lines
196 B
C++
11 lines
196 B
C++
--- src/tools.cc.orig 2005-01-08 10:20:48 UTC
|
|
+++ src/tools.cc
|
|
@@ -35,6 +35,8 @@
|
|
#include <config.h>
|
|
#endif
|
|
#include <errno.h>
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
|
|
#include "tools.h"
|
|
|