X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fbasic%2Ferrno-list.h;h=fb3d05e5e3bf41f9c7e90018333acd3534711c22;hb=8df592e92ab19c628d558f621f2dfbe9a3589c91;hp=0b819fc5f7957e6c06deab593dbb632dbffb2608;hpb=3b22396a4b2767a98172f6915929c47738cb0a1e;p=elogind.git diff --git a/src/basic/errno-list.h b/src/basic/errno-list.h index 0b819fc5f..fb3d05e5e 100644 --- a/src/basic/errno-list.h +++ b/src/basic/errno-list.h @@ -1,5 +1,3 @@ -/*-*- Mode: C; c-basic-offset: 8; indent-tabs-mode: nil -*-*/ - #pragma once /*** @@ -24,4 +22,6 @@ const char *errno_to_name(int id); int errno_from_name(const char *name); -// UNNEEDED int errno_max(void); +#if 0 /// UNNEEDED by elogind +int errno_max(void); +#endif // 0