X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=net%2Fnonet.c;h=92e76640c7cd65146dd6aed382698174f7a0f2a2;hb=a2b79b414df97a70c33f874b631e06830431d233;hp=1230f0ae832e9d52bdd50e4411a56e0ebd795510;hpb=cbeb321a64af5437fbde249605b191ff0fdfa21c;p=safe%2Fjmp%2Flinux-2.6 diff --git a/net/nonet.c b/net/nonet.c index 1230f0a..92e7664 100644 --- a/net/nonet.c +++ b/net/nonet.c @@ -19,7 +19,7 @@ static int sock_no_open(struct inode *irrelevant, struct file *dontcare) return -ENXIO; } -struct file_operations bad_sock_fops = { +const struct file_operations bad_sock_fops = { .owner = THIS_MODULE, .open = sock_no_open, };