# HG changeset patch # User Richard M. Stallman # Date 754227838 0 # Node ID 29bc8be2c60428741f7019b3a0b45ba156a60ccf # Parent 7099e53fe4eb3a9367b5564756c925a2e0a56bf5 Comment change. diff -r 7099e53fe4eb -r 29bc8be2c604 src/m/hp800.h --- a/src/m/hp800.h Thu Nov 25 09:38:56 1993 +0000 +++ b/src/m/hp800.h Thu Nov 25 11:43:58 1993 +0000 @@ -175,7 +175,7 @@ /* Define the BSTRING functions in terms of the sysV functions. */ /* On HPUX 8.05, including types.h can include strings.h - which defines these as macros. Hence the #ifndefs. */ + which declares these as functions. Hence the #ifndef. */ #ifndef HAVE_BCOPY #define bcopy(a,b,s) memcpy (b,a,s)