summaryrefslogtreecommitdiff
path: root/comms
diff options
context:
space:
mode:
authorjoerg <joerg>2013-09-10 18:24:10 +0000
committerjoerg <joerg>2013-09-10 18:24:10 +0000
commit4885dd6001bb5da44dda7099005ae1b41180ac98 (patch)
treea1ef426f3999314365318b09b83ecdbf25b11b6f /comms
parent200e8065979ae53d35a069ed2414363465e67681 (diff)
downloadpkgsrc-4885dd6001bb5da44dda7099005ae1b41180ac98.tar.gz
Forgotten patch to ensure presence of ioctl prototype.
Diffstat (limited to 'comms')
-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"
+