From 17d89c4d6b3f939fddcf2fd94f1e4888fdca4614 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Wed, 8 Jan 2003 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 2003-01-08 --- port/dev.c | 1 - port/sysproc.c | 3 --- 2 files changed, 4 deletions(-) diff --git a/port/dev.c b/port/dev.c index 0fb920300b71c19d99b62a4596d62d2b3d4c4a44..f366f291329995c45cabd75862f05c5348fadf13 100644 --- a/port/dev.c +++ b/port/dev.c @@ -82,7 +82,6 @@ devdir(Chan *c, Qid qid, char *n, vlong length, char *user, long perm, Dir *db) /* * the zeroth element of the table MUST be the directory itself for .. */ -int devdebug; int devgen(Chan *c, char*, Dirtab *tab, int ntab, int i, Dir *dp) { diff --git a/port/sysproc.c b/port/sysproc.c index 1a4fd455cc997037ec3239ea5bb1329cefe20d78..c23d205790aa7e547b9cd81db81a0b5887efc50c 100644 --- a/port/sysproc.c +++ b/port/sysproc.c @@ -16,9 +16,6 @@ sysr1(ulong *arg) { long a; -extern int devdebug; -devdebug = !devdebug; - a = *arg; if(a > 0) return incref(&sysr1ref);