X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fbasic%2Ferrno-list.h;h=fb3d05e5e3bf41f9c7e90018333acd3534711c22;hp=0b819fc5f7957e6c06deab593dbb632dbffb2608;hb=906f94da76802b2aae4dd052018766f5378ae4b8;hpb=1cfc78c91965df340cdde100ad6cb3ed50b28927 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