[Midnightbsd-cvs] src: queue.h: Fix typo

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Mon May 19 00:53:44 EDT 2008


Log Message:
-----------
Fix typo

Modified Files:
--------------
    src/contrib/csup:
        queue.h (r1.1 -> r1.2)

-------------- next part --------------
Index: queue.h
===================================================================
RCS file: /home/cvs/src/contrib/csup/queue.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -L contrib/csup/queue.h -L contrib/csup/queue.h -u -r1.1 -r1.2
--- contrib/csup/queue.h
+++ contrib/csup/queue.h
@@ -28,14 +28,12 @@
  *
  *	@(#)queue.h	8.5 (Berkeley) 8/20/94
  * $FreeBSD: src/contrib/csup/queue.h,v 1.1.1.2.2.1 2006/05/15 13:40:40 mux Exp $
- *
- * $FreeBSD: src/contrib/csup/queue.h,v 1.1.1.2.2.1 2006/05/15 13:40:40 mux Exp $
  */
 
 #ifndef _QUEUE_H_
 #define	_QUEUE_H_
 
-#undef __ofsetof
+#undef __offsetof
 #define	__offsetof(type, field)	((size_t)(&((type *)0)->field))
 
 /*


More information about the Midnightbsd-cvs mailing list