# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/nullmailer/compile.patch.dietlibc # Copyright (C) 2016 - 2026 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 or patched project license # --- T2-COPYRIGHT-END --- --- ./lib/cli++/main.cc.orig 2006-06-21 13:48:16.000000000 +0200 +++ ./lib/cli++/main.cc 2006-06-21 13:51:16.000000000 +0200 @@ -21,9 +21,7 @@ #include #include "cli++.h" -#ifndef HAVE_SRANDOM -void srandom(unsigned int seed); -#endif +extern void srandom(unsigned int seed); static bool do_show_usage = false; const char* argv0;