blob: afc5cc828faa5d69637008f614a2ce6e6c745313 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aa,v 1.4 2010/06/02 13:07:12 adam Exp $
--- src/gdl.c.orig 2003-12-28 08:12:38.000000000 +0000
+++ src/gdl.c
@@ -748,7 +748,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;
}
|