diff options
author | joerg <joerg@pkgsrc.org> | 2013-09-10 18:24:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-09-10 18:24:10 +0000 |
commit | 9dcc862ac90079339a362c3903cc2f6746814b25 (patch) | |
tree | a1ef426f3999314365318b09b83ecdbf25b11b6f /comms/modemd | |
parent | c42fc063a8f0cf10b201cf622c3c08b1eefe92cb (diff) | |
download | pkgsrc-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.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" + |