]> Git Repo - linux.git/commitdiff
[PATCH] missed const in prototype
authorAl Viro <[email protected]>
Tue, 10 Oct 2006 21:49:37 +0000 (22:49 +0100)
committerLinus Torvalds <[email protected]>
Tue, 10 Oct 2006 22:37:24 +0000 (15:37 -0700)
Signed-off-by: Al Viro <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
arch/um/drivers/pcap_user.h

index 58f9f6a1420feb34405642fd4c607c71647b0701..96b80b565eeb7950296d3633b85df8a8eeb7b16b 100644 (file)
@@ -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);
 
This page took 0.05122 seconds and 4 git commands to generate.