[Slirp] [Git][slirp/libslirp][master] missing semicolon
Samuel Thibault (@sthibaul)
gitlab at gitlab.freedesktop.org
Fri Nov 11 11:43:35 UTC 2022
Samuel Thibault pushed to branch master at slirp / libslirp
Commits:
37bcba8e by pgajdos on gitlab.freedesktop.org at 2022-11-11T12:42:58+01:00
missing semicolon
Fixes #64
- - - - -
1 changed file:
- src/ip6_icmp.h
Changes:
=====================================
src/ip6_icmp.h
=====================================
@@ -59,7 +59,7 @@ struct ndp_na { /* Neighbor Advertisement Message */
uint8_t R : 1, /* Router Flag */
S : 1, /* Solicited Flag */
O : 1, /* Override Flag */
- reserved_1 : 5
+ reserved_1 : 5;
#else
uint8_t reserved_1 : 5, O : 1, S : 1, R : 1;
#endif
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/commit/37bcba8eafdb2db18e5f0a2e898db58fb793b088
--
View it on GitLab: https://gitlab.freedesktop.org/slirp/libslirp/-/commit/37bcba8eafdb2db18e5f0a2e898db58fb793b088
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/20221111/27e61925/attachment.htm>
More information about the Slirp
mailing list