apache-mod_perl/0006-Add-U16-type-to-make-make-xs_generate-happy.patch

26 lines
614 B
Diff
Raw Normal View History

From 95087e1867cfaa93f1418bae13a83552c27d2dd7 Mon Sep 17 00:00:00 2001
From: Stefan Fritsch <sf@sfritsch.de>
Date: Sun, 22 Apr 2012 22:39:33 +0200
Subject: [PATCH 06/28] Add U16 type to make 'make xs_generate' happy
---
xs/maps/modperl_types.map | 2 ++
1 file changed, 2 insertions(+)
diff --git a/xs/maps/modperl_types.map b/xs/maps/modperl_types.map
index 3b02f02..8c6d541 100644
--- a/xs/maps/modperl_types.map
+++ b/xs/maps/modperl_types.map
@@ -7,6 +7,8 @@ struct modperl_filter_t | Apache2::OutputFilter
SV * | SV
I32 | IV
I32 * | IV
+U16 | UV
+U16 * | UV
U32 | UV
U32 * | UV
--
1.7.11.4