# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/djbdns/hotfix-errno.patch # Copyright (C) 2004 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- ./error.h.orig 2004-05-18 17:47:13.000000000 -0400 +++ ./error.h 2004-05-18 17:47:39.000000000 -0400 @@ -1,7 +1,7 @@ #ifndef ERROR_H #define ERROR_H -extern int errno; +#include extern int error_intr; extern int error_nomem;