aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/m/hp800.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m/hp800.h b/src/m/hp800.h
index c20403713ce..8aa740d9f4e 100644
--- a/src/m/hp800.h
+++ b/src/m/hp800.h
@@ -175,7 +175,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
175 175
176/* Define the BSTRING functions in terms of the sysV functions. */ 176/* Define the BSTRING functions in terms of the sysV functions. */
177/* On HPUX 8.05, including types.h can include strings.h 177/* On HPUX 8.05, including types.h can include strings.h
178 which defines these as macros. Hence the #ifndefs. */ 178 which declares these as functions. Hence the #ifndef. */
179 179
180#ifndef HAVE_BCOPY 180#ifndef HAVE_BCOPY
181#define bcopy(a,b,s) memcpy (b,a,s) 181#define bcopy(a,b,s) memcpy (b,a,s)