From b9155357d6933b48719b5300d16c647c29255df3 Mon Sep 17 00:00:00 2001 From: David du Colombier <0intro@gmail.com> Date: Thu, 20 Dec 1990 00:00:00 +0000 Subject: [PATCH] Plan 9 from Bell Labs 1990-12-20 --- port/devmnt.c | 3 ++- port/proc.c | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/port/devmnt.c b/port/devmnt.c index a8ba8ad060e1033bbbc3f2de167f6cbb354ed6f0..72d9c4b968401e22a9f85b34624253ca55ce26fe 100644 --- a/port/devmnt.c +++ b/port/devmnt.c @@ -874,7 +874,8 @@ mntxmit(Mnt *m, Mnthdr *mh) poperror(); /* 1 */ } -mntdump() +void +mntdump(void) { int i; MntQ *q; diff --git a/port/proc.c b/port/proc.c index 7f6339f9fc74cee2d0894516a732c7f2859eaf96..f7b85af863da605b260ce9f3e04747df4aca8b1b 100644 --- a/port/proc.c +++ b/port/proc.c @@ -535,7 +535,8 @@ proctab(int i) } #include -DEBUG() +void +DEBUG(void) { int i; Proc *p;