-int Test_socket; /* test socket to answer datagrams */
-FLAG inetd_spawned; /* invoked via inetd */
-FLAG standard_port = TRUE; /* true if listening on standard port */
-u_short sock_port; /* port # of tcp listen socket */
-u_short stat_port; /* port # of statistics tcp socket */
+static int Test_socket; /* test socket to answer datagrams */
+static FLAG inetd_spawned; /* invoked via inetd */
+static FLAG standard_port = TRUE; /* true if listening on standard port */
+static u_short sock_port; /* port # of tcp listen socket */
+static u_short stat_port; /* port # of statistics tcp socket */