]> err.no Git - linux-2.6/blobdiff - include/linux/netfilter_ipv4/ip_conntrack_tftp.h
[NETFILTER]: More trivial annotations.
[linux-2.6] / include / linux / netfilter_ipv4 / ip_conntrack_tftp.h
index cde9729aa1734a341e5e6f081fc56c5cc2e448fd..a404fc0abf0e7fa3ab3f3bac05a05b67541222d5 100644 (file)
@@ -4,7 +4,7 @@
 #define TFTP_PORT 69
 
 struct tftphdr {
-       u_int16_t opcode;
+       __be16 opcode;
 };
 
 #define TFTP_OPCODE_READ       1