From 6374309c6d4d17ab1e4109133ab8aad55f77d51c Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Mon, 14 Oct 2002 21:54:04 +0000 Subject: Convert the source code to use ANSI C style function definitions and enable the automake ansi2knr capability. Right now this doesn't quite build using a K&R compiler because of a problem with the loadavg test program, but the rest of the code works. I'm asking the automake list about this problem. --- vmsify.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'vmsify.c') diff --git a/vmsify.c b/vmsify.c index f7871bb..d8d3d85 100644 --- a/vmsify.c +++ b/vmsify.c @@ -196,9 +196,7 @@ enum namestate { N_START, N_DEVICE, N_OPEN, N_DOT, N_CLOSED, N_DONE }; */ char * -vmsify (name, type) - char *name; - int type; +vmsify (char *name, int type) { /* max 255 device max 39 directory -- cgit v1.2.3