summaryrefslogtreecommitdiff
path: root/comms/modemd
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2013-09-10 18:24:10 +0000
committerjoerg <joerg@pkgsrc.org>2013-09-10 18:24:10 +0000
commit9dcc862ac90079339a362c3903cc2f6746814b25 (patch)
treea1ef426f3999314365318b09b83ecdbf25b11b6f /comms/modemd
parentc42fc063a8f0cf10b201cf622c3c08b1eefe92cb (diff)
downloadpkgsrc-9dcc862ac90079339a362c3903cc2f6746814b25.tar.gz
Forgotten patch to ensure presence of ioctl prototype.
Diffstat (limited to 'comms/modemd')
-rw-r--r--comms/modemd/patches/patch-common_dialog.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/modemd/patches/patch-common_dialog.c b/comms/modemd/patches/patch-common_dialog.c
new file mode 100644
index 00000000000..5f5c293d9be
--- /dev/null
+++ b/comms/modemd/patches/patch-common_dialog.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-common_dialog.c,v 1.1 2013/09/10 18:24:10 joerg Exp $
+
+--- common/dialog.c.orig 2013-09-10 11:53:40.000000000 +0000
++++ common/dialog.c
+@@ -47,6 +47,7 @@ static char copyright[] =
+ #include <stdio.h>
+ #include <fcntl.h>
+ #include <syslog.h>
++#include <sys/ioctl.h>
+ #include "mcap.h"
+ #include "ttio.h"
+