summaryrefslogtreecommitdiff
path: root/security/skey/patches
diff options
context:
space:
mode:
authorobache <obache@pkgsrc.org>2008-12-13 12:07:54 +0000
committerobache <obache@pkgsrc.org>2008-12-13 12:07:54 +0000
commitc1f8fb97420c27963cf065c7f112af2f0477e408 (patch)
tree2e26d08ac0fa94dd32bd5d21dbd7b32a47b15b65 /security/skey/patches
parent06f7b9c7e22d788e925180e886cdddf846d56665 (diff)
downloadpkgsrc-c1f8fb97420c27963cf065c7f112af2f0477e408.tar.gz
macro name must not contains '-', a part of PR 39953.
Diffstat (limited to 'security/skey/patches')
-rw-r--r--security/skey/patches/patch-ac4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/skey/patches/patch-ac b/security/skey/patches/patch-ac
index 6747d15364f..150b0bae875 100644
--- a/security/skey/patches/patch-ac
+++ b/security/skey/patches/patch-ac
@@ -1,4 +1,4 @@
-$NetBSD: patch-ac,v 1.1 2006/07/09 13:39:06 schwarz Exp $
+$NetBSD: patch-ac,v 1.2 2008/12/13 12:07:54 obache Exp $
--- defines.h.orig 2006-07-09 14:03:48.000000000 +0200
+++ defines.h 2006-07-09 14:06:42.000000000 +0200
@@ -6,7 +6,7 @@ $NetBSD: patch-ac,v 1.1 2006/07/09 13:39:06 schwarz Exp $
# endif
#endif
-+#ifdef MISSING-U_INT64_T
++#ifdef MISSING_U_INT64_T
+typedef unsigned long long int u_int64_t;
+#endif
+