summaryrefslogtreecommitdiff
path: root/comms/modemd/patches
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-09-25 19:41:11 +0000
committerjoerg <joerg@pkgsrc.org>2011-09-25 19:41:11 +0000
commitc2fa0a34c086145cde8abb7fc501b37b6f499bd0 (patch)
treec2bb9fb47258d5d4033c004c6ea67f39a817fb89 /comms/modemd/patches
parentb0d095d1a580c3298a0605e6d726ed01ff62dc28 (diff)
downloadpkgsrc-c2fa0a34c086145cde8abb7fc501b37b6f499bd0.tar.gz
Add a missing includes
Diffstat (limited to 'comms/modemd/patches')
-rw-r--r--comms/modemd/patches/patch-aj9
-rw-r--r--comms/modemd/patches/patch-ar5
2 files changed, 10 insertions, 4 deletions
diff --git a/comms/modemd/patches/patch-aj b/comms/modemd/patches/patch-aj
index b6bb1fc018f..66d8c67f051 100644
--- a/comms/modemd/patches/patch-aj
+++ b/comms/modemd/patches/patch-aj
@@ -1,8 +1,13 @@
-$NetBSD: patch-aj,v 1.4 2010/12/30 09:02:52 obache Exp $
+$NetBSD: patch-aj,v 1.5 2011/09/25 19:41:11 joerg Exp $
--- common/mcap.c.orig 1997-02-21 23:05:16.000000000 +0000
+++ common/mcap.c
-@@ -48,6 +48,8 @@ static char copyright[] =
+@@ -44,10 +44,13 @@ static char copyright[] =
+ #include "osdep.h"
+ #include "cdefs.h"
+ #include "global.h"
++#include <ctype.h>
+ #include <stdio.h>
#include "mcap.h"
static void enter_modemcap PROTO ((char *));
diff --git a/comms/modemd/patches/patch-ar b/comms/modemd/patches/patch-ar
index e4e5f9ebed5..78459f85642 100644
--- a/comms/modemd/patches/patch-ar
+++ b/comms/modemd/patches/patch-ar
@@ -1,11 +1,12 @@
-$NetBSD: patch-ar,v 1.1 2007/10/10 16:53:59 rillig Exp $
+$NetBSD: patch-ar,v 1.2 2011/09/25 19:41:11 joerg Exp $
--- common/errwarn.c.orig 1996-09-10 00:12:34.000000000 +0000
+++ common/errwarn.c 2007-10-10 16:48:18.000000000 +0000
-@@ -46,6 +46,7 @@ static char copyright[] =
+@@ -46,6 +46,8 @@ static char copyright[] =
#include "global.h"
#include <syslog.h>
#include <errno.h>
++#include <stdio.h>
+#include <stdlib.h>
static void do_percentm PROTO ((char *obuf, char *ibuf));