freebsd-ports/devel/pecl-statgrab/files/php_statgrab.h.patch

14 lines
259 B
Diff
Raw Normal View History

--- php_statgrab.h.bak Sat Apr 16 13:48:58 2005
+++ php_statgrab.h Sat Apr 16 13:49:01 2005
@@ -55,6 +55,10 @@
PHP_FUNCTION(sg_user_stats);
PHP_FUNCTION(sg_network_iface_stats);
+#ifdef snprintf
+#undef snprintf
+#endif
+
#endif /* PHP_STATGRAB_H */