Two patches for 2.1.48

Neil Moore (amethyst@maxwell.ml.org)
Thu, 7 Aug 1997 07:46:11 -0400


The first patch fixes a warning when compiling vfat -- I am
guessing that Bad Things will happen if you don't use it.

The second is needed to get PLIP to compile.

--- linux/fs/vfat/namei.c.old Thu Aug 7 07:16:10 1997
+++ linux/fs/vfat/namei.c Thu Aug 7 07:16:44 1997
@@ -1413,7 +1413,7 @@
iput(new_inode);
if (new_is_dir) {
PRINTK(("vfat_rename 7\n"));
- res = vfat_rmdirx(new_dir,&new_dentry);
+ res = vfat_rmdirx(new_dir,new_dentry);
PRINTK(("vfat_rename 8\n"));
if (res < 0) goto rename_done;
} else {
--- linux/drivers/net/plip.c.old Tue Aug 5 11:04:42 1997
+++ linux/drivers/net/plip.c Tue Aug 5 11:07:00 1997
@@ -150,7 +150,7 @@
static int plip_config(struct device *dev, struct ifmap *map);
static int plip_ioctl(struct device *dev, struct ifreq *ifr, int cmd);
static int plip_preempt(void *handle);
-static int plip_wakeup(void *handle);
+static void plip_wakeup(void *handle);

enum plip_connection_state {
PLIP_CN_NONE=0,

-- 
-Neil Moore          http://www.sfhs.floyd.k12.ky.us/~amethyst/
(finger amethyst@valjean.sfhs.floyd.k12.ky.us for my Geek Code)