Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
23 lines
437 B
C++
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()
|