diff options
author | wiz <wiz> | 2003-07-22 14:08:22 +0000 |
---|---|---|
committer | wiz <wiz> | 2003-07-22 14:08:22 +0000 |
commit | 724fbbbdf1b6580ccd3cc4b91a8a865e1d358b3f (patch) | |
tree | 32bfaeccdd3113243f8188ddb4612b293c0cf229 /net/dctc/patches | |
parent | 9daba182e4ecc6c088a11a1ce62c36c6179b2147 (diff) | |
download | pkgsrc-724fbbbdf1b6580ccd3cc4b91a8a865e1d358b3f.tar.gz |
Replace ENODATA with ENOMSG, for greater portability.
Diffstat (limited to 'net/dctc/patches')
-rw-r--r-- | net/dctc/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
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; + } + |