diff options
author | joerg <joerg> | 2013-09-10 18:24:10 +0000 |
---|---|---|
committer | joerg <joerg> | 2013-09-10 18:24:10 +0000 |
commit | 4885dd6001bb5da44dda7099005ae1b41180ac98 (patch) | |
tree | a1ef426f3999314365318b09b83ecdbf25b11b6f /comms | |
parent | 200e8065979ae53d35a069ed2414363465e67681 (diff) | |
download | pkgsrc-4885dd6001bb5da44dda7099005ae1b41180ac98.tar.gz |
Forgotten patch to ensure presence of ioctl prototype.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/modemd/patches/patch-common_dialog.c | 12 |
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" + |