Install sccs headers and copyright notices.
[unix-history] / usr / src / usr.bin / tn3270 / general / general.h
index 877b223..b8f114d 100644 (file)
@@ -1,5 +1,7 @@
 /*
  * Some general definitions.
 /*
  * Some general definitions.
+ *
+ * @(#)general.h       1.9 (Berkeley) %G%
  */
 
 
  */
 
 
@@ -27,4 +29,5 @@
                                        *src++ = c; \
                                    } \
                                }
                                        *src++ = c; \
                                    } \
                                }
+#define        memcmp(s1,s2,n)         bcmp(s1,s2,n)
 #endif /* defined(unix) */
 #endif /* defined(unix) */