From 635b109d4940f2cf7dc15af92a4d279806697a82 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Thu, 11 Sep 2008 19:56:43 -0700 Subject: Convert more function declarations to ANSI C --- fd.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fd.c') diff --git a/fd.c b/fd.c index 1df82ea..616dc9c 100644 --- a/fd.c +++ b/fd.c @@ -205,8 +205,8 @@ EOFonFD(fd) #include /* for EINTR, EADDRINUSE, ... */ extern int errno; - -MainLoop() +int +MainLoop(void) { enterprocedure("MainLoop"); -- cgit v1.2.1