We don't built log.c on the ramdisk so no need for ifndef small.
-/* $OpenBSD: log.c,v 1.2 2021/03/20 16:46:03 kn Exp $ */
+/* $OpenBSD: log.c,v 1.3 2024/07/14 08:57:32 florian Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-#ifndef SMALL
+
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
va_end(ap);
exit(1);
}
-#endif /* SMALL */