Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59bd5984 authored by Al Viro's avatar Al Viro Committed by Linus Torvalds
Browse files

[PATCH] missed const in prototype

parent cfbdbab0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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);