From cbeb0b26e4c7caa8d1b47de791a7418dc20a4567 Mon Sep 17 00:00:00 2001 From: rsc Date: Sat, 1 Apr 2006 19:24:03 +0000 Subject: Use gcc -ansi -pedantic in 9c. Fix many non-C89-isms. --- src/libventi/server.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/libventi/server.c') diff --git a/src/libventi/server.c b/src/libventi/server.c index 1fb3c14b..d82be698 100644 --- a/src/libventi/server.c +++ b/src/libventi/server.c @@ -6,7 +6,7 @@ enum { - STACK = 8192, + STACK = 8192 }; typedef struct VtSconn VtSconn; @@ -93,7 +93,7 @@ listenproc(void *v) proccreate(connproc, sc, STACK); } - // hangup + /* hangup */ } static void -- cgit v1.2.3