diff options
author | tron <tron> | 1998-06-27 18:16:16 +0000 |
---|---|---|
committer | tron <tron> | 1998-06-27 18:16:16 +0000 |
commit | 681642dc6f7c3d3b0522797d632b53cd6baf3202 (patch) | |
tree | 6792d05333adf0ad1f5a25dcab2c8e5137082d5f /comms/modemd/patches/patch-al | |
parent | 25b4f52a40b1981e9e36e52dd14536e995cd356d (diff) | |
download | pkgsrc-681642dc6f7c3d3b0522797d632b53cd6baf3202.tar.gz |
Fix "modemd" to compile with "-Werror" on alpha, patches supplied by
Tim Rightnour in PR pkg/5610.
Diffstat (limited to 'comms/modemd/patches/patch-al')
-rw-r--r-- | comms/modemd/patches/patch-al | 8 |
1 files changed, 8 insertions, 0 deletions
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 + |