[PATCH] missed const in prototype
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
@@ -15,7 +15,7 @@ struct pcap_data {
|
|||||||
void *dev;
|
void *dev;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern struct net_user_info pcap_user_info;
|
extern const struct net_user_info pcap_user_info;
|
||||||
|
|
||||||
extern int pcap_user_read(int fd, void *buf, int len, struct pcap_data *pri);
|
extern int pcap_user_read(int fd, void *buf, int len, struct pcap_data *pri);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user