[NETFILTER]: More trivial annotations.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Al Viro 2006-11-14 21:11:08 -08:00 committed by David S. Miller
parent ef296f56f8
commit 42d224aa17
3 changed files with 4 additions and 4 deletions

View file

@ -4,7 +4,7 @@
#define TFTP_PORT 69
struct tftphdr {
u_int16_t opcode;
__be16 opcode;
};
#define TFTP_OPCODE_READ 1