summaryrefslogtreecommitdiff
path: root/src/basic/errno-list.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/basic/errno-list.c')
-rw-r--r--src/basic/errno-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/basic/errno-list.c b/src/basic/errno-list.c
index 31b66bad5e..c6a01eec8b 100644
--- a/src/basic/errno-list.c
+++ b/src/basic/errno-list.c
@@ -23,7 +23,7 @@
#include "macro.h"
static const struct errno_name* lookup_errno(register const char *str,
- register unsigned int len);
+ register GPERF_LEN_TYPE len);
#include "errno-from-name.h"
#include "errno-to-name.h"