[canopy-httpd] r1105 committed - CANOPY_QUEUE_H -> _CANOPY_QUEUE_H_ to match the rest of the source tre...

0 views
Skip to first unread message

codesite...@google.com

unread,
Dec 2, 2010, 8:59:34 PM12/2/10
to canopy-s...@googlegroups.com
Revision: 1105
Author: phrakt
Date: Thu Dec 2 17:56:19 2010
Log: CANOPY_QUEUE_H -> _CANOPY_QUEUE_H_ to match the rest of the source tree

http://code.google.com/p/canopy-httpd/source/detail?r=1105

Modified:
/trunk/src/include/canopy/queue.h

=======================================
--- /trunk/src/include/canopy/queue.h Mon Aug 31 19:45:42 2009
+++ /trunk/src/include/canopy/queue.h Thu Dec 2 17:56:19 2010
@@ -32,8 +32,8 @@
* @(#)queue.h 8.5 (Berkeley) 8/20/94
*/

-#ifndef CANOPY_QUEUE_H
-#define CANOPY_QUEUE_H
+#ifndef _CANOPY_QUEUE_H_
+#define _CANOPY_QUEUE_H_

/*
* This file defines five types of data structures: singly-linked lists,
@@ -524,4 +524,4 @@
_Q_INVALIDATE((elm)->field.cqe_next); \
} while (0)

-#endif /* !CANOPY_QUEUE_H */
+#endif /* !_CANOPY_QUEUE_H_ */

Reply all
Reply to author
Forward
0 new messages