mirror of
https://github.com/systemd/systemd.git
synced 2024-11-01 00:51:24 +03:00
8e38570ebe
Super-important change, yeah!
21 lines
176 B
Plaintext
21 lines
176 B
Plaintext
@@
|
|
expression s;
|
|
@@
|
|
- htonl(s)
|
|
+ htobe32(s)
|
|
@@
|
|
expression s;
|
|
@@
|
|
- htons(s)
|
|
+ htobe16(s)
|
|
@@
|
|
expression s;
|
|
@@
|
|
- ntohl(s)
|
|
+ be32toh(s)
|
|
@@
|
|
expression s;
|
|
@@
|
|
- ntohs(s)
|
|
+ be16toh(s)
|