[PATCH] include: Update stale comment after bzero removal
Mikhail Gusarov
dottedmag at dottedmag.net
Sat Jun 19 14:37:26 PDT 2010
Signed-off-by: Mikhail Gusarov <dottedmag at dottedmag.net>
---
include/misc.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/include/misc.h b/include/misc.h
index 62d813e..38b04b7 100644
--- a/include/misc.h
+++ b/include/misc.h
@@ -108,7 +108,7 @@ typedef struct _CallbackList *CallbackListPtr; /* also in dix.h */
typedef struct _xReq *xReqPtr;
#include "os.h" /* for ALLOCATE_LOCAL and DEALLOCATE_LOCAL */
-#include <X11/Xfuncs.h> /* for bcopy, bzero, and bcmp */
+#include <X11/Xfuncs.h> /* for no apparent reason */
#define NullBox ((BoxPtr)0)
#define MILLI_PER_MIN (1000 * 60)
--
1.7.1
More information about the xorg-devel
mailing list