head 1.1; access; symbols; locks; strict; comment @ * @; 1.1 date 2026.04.14.10.58.10; author kikadf; state Exp; branches; next ; commitid m8Hsp2LhwToCRUBG; desc @@ 1.1 log @ basu: new package The sd-bus library, extracted from systemd. Some projects rely on the sd-bus library for DBus support. However not all systems have systemd or elogind installed. This library provides just sd-bus (and the busctl utility). @ text @$NetBSD$ * Define unknown errnos --- src/basic/missing.h.orig 2022-12-16 11:13:02.000000000 +0100 +++ src/basic/missing.h @@@@ -70,10 +70,24 @@@@ #define TASK_COMM_LEN 16 #endif -#ifdef __FreeBSD__ +#include + +#ifndef ENOMEDIUM #define ENOMEDIUM (INT_MAX - 1) +#endif + +#ifndef ENOPKG #define ENOPKG (INT_MAX - 2) +#endif + +#ifndef EUNATCH #define EUNATCH (INT_MAX - 3) +#endif + +#ifndef ENODATA #define ENODATA (INT_MAX - 4) +#endif + +#ifndef ELNRNG #define ELNRNG (INT_MAX - 5) #endif @