Module Name: src Committed By: mrg Date: Mon Sep 3 07:14:18 UTC 2018
Modified Files: src/sys/compat/svr4_32: svr4_32_net.c Log Message: as pointed out by riastradh@, i'll let this diff speak for itself: static const struct fileops svr4_32_netops = { - .fo_read = "svr4_32_net", + .fo_name = "svr4_32_net", .fo_read = soo_read, To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 src/sys/compat/svr4_32/svr4_32_net.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.