provide upgrade notice

This commit is contained in:
cgd 1994-05-24 01:05:33 +00:00
parent 4d4cb2ac9a
commit cf1b01e3cc
2 changed files with 2 additions and 0 deletions

View File

@ -216,6 +216,7 @@ vnstrategy(bp)
nra = 0;
#if (BSD > 199103)
#warning if should go away now
error = VOP_BMAP(vn->sc_vp, bn / bsize, &vp, &nbn, &nra);
#else
error = VOP_BMAP(vn->sc_vp, bn / bsize, &vp, &nbn);

View File

@ -216,6 +216,7 @@ vnstrategy(bp)
nra = 0;
#if (BSD > 199103)
#warning if should go away now
error = VOP_BMAP(vn->sc_vp, bn / bsize, &vp, &nbn, &nra);
#else
error = VOP_BMAP(vn->sc_vp, bn / bsize, &vp, &nbn);