2.1.85: patch to compile without proc file system (fwd)

Trevor Johnson (trevor@jpj.net)
Wed, 15 Apr 1998 06:55:20 -0700 (PDT)


The problem addressed by this patch is still present in 2.1.96.
___
Trevor Johnson

---------- Forwarded message ----------
Date: Wed, 4 Feb 1998 23:45:53 -0800 (PST)
From: Trevor Johnson <trevor@jpj.net>
To: linux-kernel <linux-kernel@vger.rutgers.edu>
Subject: 2.1.85: patch to compile without proc file system

This patch makes it possible to compile 2.1.85 without CONFIG_PROC_FS=y.
___
Trevor Johnson

--- linux-2.1.85-dist/kernel/sched.c Thu Jan 29 18:08:28 1998
+++ linux/kernel/sched.c Wed Feb 4 23:42:24 1998
@@ -1513,6 +1513,7 @@
else
printk("\n");

+#ifdef CONFIG_PROC_FS
{
extern char * render_sigset_t(sigset_t *set, char *buffer);
struct signal_queue *q;
@@ -1525,6 +1526,7 @@
printk(" %d", q->info.si_signo);
printk(" X\n");
}
+#endif
}

void show_state(void)

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu