Make 'struct queue' anonymous; conflict with /usr/include/sys/stream.h on
SunOS. git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2790 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -42,7 +42,7 @@ typedef struct link
|
|||||||
HLINK succ;
|
HLINK succ;
|
||||||
} LINK;
|
} LINK;
|
||||||
|
|
||||||
typedef struct queue
|
typedef struct /* queue */
|
||||||
{
|
{
|
||||||
HLINK head;
|
HLINK head;
|
||||||
HLINK tail;
|
HLINK tail;
|
||||||
|
|||||||
Reference in New Issue
Block a user