1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00
freebsd-ports/benchmarks/postal/files/patch-rabid.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

23 lines
439 B
C++

--- rabid.cpp.orig 2012-01-14 12:08:49 UTC
+++ rabid.cpp
@@ -7,15 +7,14 @@
#include <cstdlib>
#include <unistd.h>
#include <sys/wait.h>
-#include <signal.h>
-#include <stdio.h>
+#include <csignal>
+#include <cstdio>
+#include <cstring>
#include <strings.h>
#include "postal.h"
#include "logit.h"
#ifdef USE_GNUTLS
-#include <errno.h>
-#include <gcrypt.h>
-GCRY_THREAD_OPTION_PTHREAD_IMPL;
+#include <cerrno>
#endif
void usage()