summaryrefslogtreecommitdiff
path: root/net/rdist6/patches/patch-ap
diff options
context:
space:
mode:
Diffstat (limited to 'net/rdist6/patches/patch-ap')
-rw-r--r--net/rdist6/patches/patch-ap14
1 files changed, 0 insertions, 14 deletions
diff --git a/net/rdist6/patches/patch-ap b/net/rdist6/patches/patch-ap
deleted file mode 100644
index 0a29458eb1b..00000000000
--- a/net/rdist6/patches/patch-ap
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ap,v 1.1 2010/06/12 19:36:01 dholland Exp $
-
-Need inttypes.h for strtoimax for handling time_t safely.
-
---- include/defs.h.orig 2001-03-12 18:16:30.000000000 +0000
-+++ include/defs.h
-@@ -42,6 +42,7 @@
- #include <stdlib.h>
- #include <stdio.h>
- #include <string.h>
-+#include <inttypes.h>
- #include <ctype.h>
- #include <errno.h>
- #include <pwd.h>