mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
56bf85096c
Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
23 lines
439 B
C++
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()
|