pknock: add const qualifiers

This commit is contained in:
Jan Engelhardt
2009-09-30 00:22:32 +02:00
parent aaad5f53ac
commit 40b30f7f27
2 changed files with 22 additions and 21 deletions

View File

@@ -78,7 +78,7 @@ struct transport_data {
uint8_t proto;
uint16_t port; /* destination port */
int payload_len;
unsigned char *payload;
const unsigned char *payload;
};
#endif /* __KERNEL__ */