From: Brett Gordon Date: Tue, 7 Nov 2017 05:07:23 +0000 (-0500) Subject: MWC: du: make 'dufork' definition match declaration X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=66984d9dcc4c0c7adc1ae5c10951eb3a6a67b2d3;p=FUZIX.git MWC: du: make 'dufork' definition match declaration --- diff --git a/Applications/MWC/cmd/du.c b/Applications/MWC/cmd/du.c index a76a8aaf..45b375ca 100644 --- a/Applications/MWC/cmd/du.c +++ b/Applications/MWC/cmd/du.c @@ -213,7 +213,7 @@ long duentry(char *ep) * structure that is too deep to fit into * user's open files. */ -long dufork(char *ep) +long dufork(const char *ep) { int i; int pid;