innocuous commit

This commit is contained in:
nhmall
2026-05-13 11:39:40 -04:00
parent 17ae931003
commit b17392a985
+2 -1
View File
@@ -1,4 +1,4 @@
/* NetHack 5.0 unixconf.h $NHDT-Date: 1711213886 2024/03/23 17:11:26 $ $NHDT-Branch: NetHack-3.7 $:$NHDT-Revision: 1.57 $ */
/* NetHack 5.0 unixconf.h $NHDT-Date: 1778686773 2026/05/13 15:39:33 $ $NHDT-Branch: NetHack-5.0 $:$NHDT-Revision: 1.60 $ */
/* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */
/*-Copyright (c) Pasi Kallinen, 2018. */
/* NetHack may be freely redistributed. See license for details. */
@@ -331,6 +331,7 @@
#include <sys/wait.h>
#endif
#if defined(BSD) || defined(ULTRIX)
#if !defined(DGUX) && !defined(SUNOS4)
#define memcpy(d, s, n) bcopy(s, d, n)