1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/benchmarks/postal/files/patch-smtp.cpp
Mathieu Arnold 56bf85096c Cleanup patches, category benchmarks
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-27 15:09:11 +00:00

11 lines
200 B
C++

--- smtp.cpp.orig 2012-01-14 12:38:45 UTC
+++ smtp.cpp
@@ -8,6 +8,7 @@
#include "userlist.h"
#include "logit.h"
#include "results.h"
+#include <cstdlib>
#include <cstring>
smtpData::smtpData()