commit 2f04b2af4a02f15e38df2190d8ddc3b5c5eb9f77
parent 3d0475ae907948aeb2db5caefe32b94e2c02ecf5
Author: Nils Durner <durner@gnunet.org>
Date: Fri, 17 Mar 2006 18:11:46 +0000
fix
Diffstat:
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/src/include/plibc.h b/src/include/plibc.h
@@ -22,7 +22,7 @@
* @brief PlibC header
* @attention This file is usually not installed under Unix,
* so ship it with your application
- * @version $Revision: 1.29 $
+ * @version $Revision: 1.30 $
*/
#ifndef _PLIBC_H_
@@ -173,7 +173,6 @@ extern "C" {
#define ENOSHARE 136 /* No such host or network path */
#define ECASECLASH 137 /* Filename exists with different case */
#define EWOULDBLOCK EAGAIN /* Operation would block */
-#define EILSEQ 138
#define EOVERFLOW 139 /* Value too large for defined data type */
#undef HOST_NOT_FOUND