Skip to content

Commit

Permalink
[PATCH] missed const in prototype
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 10, 2006
1 parent cfbdbab commit 59bd598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/um/drivers/pcap_user.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct pcap_data {
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);

Expand Down

0 comments on commit 59bd598

Please sign in to comment.