X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Ferrno-list.h;h=752e139fa417f8b9ce8a5e2b740d5125408ad9eb;hb=6917418372a990fbfe9a39864ccefacb37c70cc8;hp=0b819fc5f7957e6c06deab593dbb632dbffb2608;hpb=3b22396a4b2767a98172f6915929c47738cb0a1e;p=elogind.git diff --git a/src/basic/errno-list.h b/src/basic/errno-list.h index 0b819fc5f..752e139fa 100644 --- a/src/basic/errno-list.h +++ b/src/basic/errno-list.h @@ -24,4 +24,7 @@ const char *errno_to_name(int id); int errno_from_name(const char *name); -// UNNEEDED int errno_max(void); +/// UNNEEDED by elogind +#if 0 +int errno_max(void); +#endif // 0