***************
*** 435,454 ****
  				 */
    /* Transaction handling */
  
!   struct in_addr host_addr;	/* The bound address, for this server */
!   short host_port;              /* The bound port, for this server */
    int timeout;			/* Timeout, in seconds, before we give up */
    int do_rfc931;		/* See if client is advertising a username? */
    
  };
  
- /* These are more like real hosts than virtual hosts */
- struct listen_rec {
-     listen_rec *next;
-     struct sockaddr_in local_addr; /* local IP address and port */
- /* more stuff here, like which protocol is bound to the port */
- };
- 
  /* Prototypes for utilities... util.c.
   */
  
--- 432,444 ----
  				 */
    /* Transaction handling */
  
!   short port;
!   struct in_addr host_addr;	/* Specific address, if "virtual" server */
    int timeout;			/* Timeout, in seconds, before we give up */
    int do_rfc931;		/* See if client is advertising a username? */
    
  };
  
  /* Prototypes for utilities... util.c.
   */
  
