diff options
author | tron <tron@pkgsrc.org> | 1998-06-27 18:16:16 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1998-06-27 18:16:16 +0000 |
commit | 48df1c614212cc387312686a3247c6e5cff92064 (patch) | |
tree | 6792d05333adf0ad1f5a25dcab2c8e5137082d5f /comms/modemd | |
parent | 21bbcb9759b8d547e726d45493406ecbbf10b49c (diff) | |
download | pkgsrc-48df1c614212cc387312686a3247c6e5cff92064.tar.gz |
Fix "modemd" to compile with "-Werror" on alpha, patches supplied by
Tim Rightnour in PR pkg/5610.
Diffstat (limited to 'comms/modemd')
-rw-r--r-- | comms/modemd/patches/patch-aj | 11 | ||||
-rw-r--r-- | comms/modemd/patches/patch-ak | 8 | ||||
-rw-r--r-- | comms/modemd/patches/patch-al | 8 |
3 files changed, 27 insertions, 0 deletions
diff --git a/comms/modemd/patches/patch-aj b/comms/modemd/patches/patch-aj new file mode 100644 index 00000000000..6e8912c6ea5 --- /dev/null +++ b/comms/modemd/patches/patch-aj @@ -0,0 +1,11 @@ +--- common/mcap.c.orig Thu Jun 18 06:00:48 1998 ++++ common/mcap.c Thu Jun 18 16:21:29 1998 +@@ -49,2 +49,6 @@ + + ++#ifdef __NetBSD__ ++#include "stdlib.h" ++#endif ++ + static void enter_modemcap PROTO ((char *)); + diff --git a/comms/modemd/patches/patch-ak b/comms/modemd/patches/patch-ak new file mode 100644 index 00000000000..1fba12eb4d6 --- /dev/null +++ b/comms/modemd/patches/patch-ak @@ -0,0 +1,8 @@ +--- common/atparse.c.orig Thu Jun 18 16:48:18 1998 ++++ common/atparse.c Thu Jun 18 16:48:50 1998 +@@ -47,2 +47,5 @@ + #include <ctype.h> ++#ifdef __NetBSD__ ++#include <stdlib.h> ++#endif + diff --git a/comms/modemd/patches/patch-al b/comms/modemd/patches/patch-al new file mode 100644 index 00000000000..15d1482f1fe --- /dev/null +++ b/comms/modemd/patches/patch-al @@ -0,0 +1,8 @@ +--- incoming/modemd.c.orig Thu Jun 18 16:50:31 1998 ++++ incoming/modemd.c Thu Jun 18 16:51:08 1998 +@@ -50,2 +50,5 @@ + #include <stdio.h> ++#ifdef __NetBSD__ ++#include <stdlib.h> ++#endif + |