]> sigrok.org Git - libsigrok.git/commit - hardware/link-mso19/protocol.c
link-mso19: Use more portable g_htons().
authorUwe Hermann <redacted>
Tue, 8 Jan 2013 02:12:01 +0000 (03:12 +0100)
committerUwe Hermann <redacted>
Tue, 8 Jan 2013 02:13:45 +0000 (03:13 +0100)
commita24e9d0484c09f972dcb31952a1ab1559bbcdedb
tree85ac3fa8f495330a9d98952f8a2b3d76c891fb3a
parent753d722f340465f5bebb175c378b579296ebbd54
link-mso19: Use more portable g_htons().

Not all systems provide <arpa/inet.h> and/or htons(). Use portable and
always available g_htons() from glib instead.
hardware/link-mso19/protocol.c