summaryrefslogtreecommitdiff
path: root/comms/modemd/patches
diff options
context:
space:
mode:
authorrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
committerrillig <rillig@pkgsrc.org>2005-12-05 20:49:47 +0000
commitb71a1d488b6b45e0a968a4c149990c25b6a09215 (patch)
treedac5b1dd14794d86b061d26b9503adb2552ed3f8 /comms/modemd/patches
parent624eed58928f83676fbd7ca01a5f6974bb2cce2a (diff)
downloadpkgsrc-b71a1d488b6b45e0a968a4c149990c25b6a09215.tar.gz
Fixed pkglint warnings. The warnings are mostly quoting issues, for
example MAKE_ENV+=FOO=${BAR} is changed to MAKE_ENV+=FOO=${BAR:Q}. Some other changes are outlined in http://mail-index.netbsd.org/tech-pkg/2005/12/02/0034.html
Diffstat (limited to 'comms/modemd/patches')
-rw-r--r--comms/modemd/patches/patch-ak3
-rw-r--r--comms/modemd/patches/patch-al3
2 files changed, 2 insertions, 4 deletions
diff --git a/comms/modemd/patches/patch-ak b/comms/modemd/patches/patch-ak
index 4f352cf43f7..854bf80b128 100644
--- a/comms/modemd/patches/patch-ak
+++ b/comms/modemd/patches/patch-ak
@@ -1,4 +1,4 @@
-$NetBSD: patch-ak,v 1.2 1998/08/07 10:36:46 agc Exp $
+$NetBSD: patch-ak,v 1.3 2005/12/05 20:49:55 rillig Exp $
--- common/atparse.c.orig Thu Jun 18 16:48:18 1998
+++ common/atparse.c Thu Jun 18 16:48:50 1998
@@ -7,4 +7,3 @@ $NetBSD: patch-ak,v 1.2 1998/08/07 10:36:46 agc Exp $
+#ifdef __NetBSD__
+#include <stdlib.h>
+#endif
-
diff --git a/comms/modemd/patches/patch-al b/comms/modemd/patches/patch-al
index 806c3a7196b..505c6c25434 100644
--- a/comms/modemd/patches/patch-al
+++ b/comms/modemd/patches/patch-al
@@ -1,4 +1,4 @@
-$NetBSD: patch-al,v 1.2 1998/08/07 10:36:46 agc Exp $
+$NetBSD: patch-al,v 1.3 2005/12/05 20:49:55 rillig Exp $
--- incoming/modemd.c.orig Thu Jun 18 16:50:31 1998
+++ incoming/modemd.c Thu Jun 18 16:51:08 1998
@@ -7,4 +7,3 @@ $NetBSD: patch-al,v 1.2 1998/08/07 10:36:46 agc Exp $
+#ifdef __NetBSD__
+#include <stdlib.h>
+#endif
-