warnings in bsd_comp.c

Rob Riggs (rriggs@tesser.com)
Sat, 28 Sep 1996 01:14:52 -0600 (MDT)


While compiling modules for pre2.1#4 I got the following warnings:

bsd_comp.c:360: warning: implicit declaration of function `vfree_R174948bf'
bsd_comp.c:441: warning: implicit declaration of function `vmalloc_R28157b40'

Looks like we need to #include <linux/vmalloc.h>

Rob
(rriggs@tesser.com)