changeset 89074:c8babd9c44df

Fix last change.
author Dave Love <fx@gnu.org>
date Thu, 05 Sep 2002 17:11:25 +0000
parents 243bb1faeeb9
children 4b2201b87a08
files src/s/usg5-4.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/usg5-4.h	Thu Sep 05 17:07:41 2002 +0000
+++ b/src/s/usg5-4.h	Thu Sep 05 17:11:25 2002 +0000
@@ -193,7 +193,7 @@
 #define bcopy(src,dst,n)	memmove (dst,src,n)
 #define bzero(s,n)		memset (s,0,n)
 #endif
-#ifdef HAVE_BCMP
+#ifndef HAVE_BCMP
 #define bcmp(src,dst,n)		memcmp (src,dst,n)
 #endif