freebsd-ports/benchmarks/postal/files/patch-rabid.cpp
Martin Wilke f060bf46c1 - Update to 0.73
- Use new options helper
- Update pkg-descr

PR:		187289
Submitted by:	ports fury
2014-03-11 02:36:27 +00:00

23 lines
437 B
C++

--- rabid.cpp.orig
+++ rabid.cpp
@@ -7,15 +7,14 @@
#include <cstdlib>
#include <unistd.h>
#include <sys/wait.h>
-#include <signal.h>
-#include <stdio.h>
-#include <strings.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()