diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-22 14:08:22 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-22 14:08:22 +0000 |
commit | 8973b60bc802b830f5e1a7db46bb41899c62ba66 (patch) | |
tree | 32bfaeccdd3113243f8188ddb4612b293c0cf229 /net/dctc | |
parent | 3aeb9b5441d2fc9fc25ef0f1d95755c527d2d29e (diff) | |
download | pkgsrc-8973b60bc802b830f5e1a7db46bb41899c62ba66.tar.gz |
Replace ENODATA with ENOMSG, for greater portability.
Diffstat (limited to 'net/dctc')
-rw-r--r-- | net/dctc/distinfo | 3 | ||||
-rw-r--r-- | net/dctc/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/net/dctc/distinfo b/net/dctc/distinfo index 0a34ce840fd..aa4f5795f8e 100644 --- a/net/dctc/distinfo +++ b/net/dctc/distinfo @@ -1,7 +1,8 @@ -$NetBSD: distinfo,v 1.13 2003/07/15 19:46:14 wiz Exp $ +$NetBSD: distinfo,v 1.14 2003/07/22 14:08:22 wiz Exp $ SHA1 (dctc-0.85.4.tar.gz) = 8422f041ccd398fcabb032a6ece9f2f50d827bb7 Size (dctc-0.85.4.tar.gz) = 493733 bytes +SHA1 (patch-aa) = 62cae1e95c3422cb8b184cd8ee13989073b9fc06 SHA1 (patch-ab) = 4a28cc7d9e2a22c52ad319bbda0893d70fd000be SHA1 (patch-ac) = 0f9070bc9ce04caaad8612d075d3b5dfcb5523f5 SHA1 (patch-ad) = 09466a9fec9403bf3dc911a5af5f86050087159b diff --git a/net/dctc/patches/patch-aa b/net/dctc/patches/patch-aa new file mode 100644 index 00000000000..6afd1273b10 --- /dev/null +++ b/net/dctc/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.3 2003/07/22 14:08:23 wiz Exp $ + +--- src/gdl.c.orig Mon Jun 30 08:48:47 2003 ++++ src/gdl.c +@@ -740,7 +740,7 @@ static int append_this_range_entry_to_fi + } + if(have!=want) + { +- a=ENODATA; /* set the error message to "no data available */ ++ a=ENOMSG; /* set the error message to "no data available */ + break; + } + |