automerge commit

git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.2-netsec@19344 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Automerge script
2006-04-11 21:06:53 +00:00
parent 2c897a8b8c
commit 4099114189
2 changed files with 17 additions and 1 deletions

View File

@@ -439,6 +439,7 @@ struct { \
if ((head)->last == (elm)) \
(head)->last = curelm; \
} \
(elm)->field.next = NULL; \
} while (0)
#endif /* _ASTERISK_LINKEDLISTS_H */