summaryrefslogtreecommitdiff
path: root/fd.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2008-09-11 19:56:43 -0700
committerAlan Coopersmith <alan.coopersmith@sun.com>2008-09-11 19:56:43 -0700
commit635b109d4940f2cf7dc15af92a4d279806697a82 (patch)
tree9d7f92d9d2f1412974b3c42936ed4e2fe5160e2f /fd.c
parentcadaa93b915458525abb4887b31d81905a1cd0aa (diff)
downloadxscope-635b109d4940f2cf7dc15af92a4d279806697a82.tar.gz
Convert more function declarations to ANSI C
Diffstat (limited to 'fd.c')
-rw-r--r--fd.c4
1 files changed, 2 insertions, 2 deletions
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 <errno.h> /* for EINTR, EADDRINUSE, ... */
extern int errno;
-
-MainLoop()
+int
+MainLoop(void)
{
enterprocedure("MainLoop");