[Slirp] [Git][slirp/libslirp][master] 2 commits: m_cleanup_list: make static
Samuel Thibault
gitlab at gitlab.freedesktop.org
Thu Mar 4 08:45:06 UTC 2021
Samuel Thibault pushed to branch master at slirp / libslirp
Commits:
37cd8b8c by Doug Evans at 2021-03-03T21:20:19-08:00
m_cleanup_list: make static
Was causing compilation failures with -Werror=missing-prototypes.
- - - - -
77098b8e by Samuel Thibault at 2021-03-04T08:45:04+00:00
Merge branch 'm-cleanup-list-prototype' into 'master'
m_cleanup_list: make static
See merge request slirp/libslirp!76
- - - - -
1 changed file:
- src/mbuf.c
Changes:
=====================================
src/mbuf.c
=====================================
@@ -29,7 +29,7 @@ void m_init(Slirp *slirp)
slirp->m_usedlist.qh_link = slirp->m_usedlist.qh_rlink = &slirp->m_usedlist;
}
-void m_cleanup_list(struct quehead *list_head)
+static void m_cleanup_list(struct quehead *list_head)
{
struct mbuf *m, *next;
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/compare/1d51fab5ca20fd201cfca3a5c16c84f2ffdcce58...77098b8eef357426d46b0b718f5ca8c09a62695e
--
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/compare/1d51fab5ca20fd201cfca3a5c16c84f2ffdcce58...77098b8eef357426d46b0b718f5ca8c09a62695e
You're receiving this email because of your account on gitlab.freedesktop.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/slirp/attachments/20210304/96c97e62/attachment.htm>
More information about the Slirp
mailing list