From 7b796e8c924220abc46fc072c8e0783117b12212 Mon Sep 17 00:00:00 2001 From: simon <> Date: Fri, 10 Oct 1997 22:24:49 +0000 Subject: [PATCH] port removed from handler struct. --- gild.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gild.h b/gild.h index 4e9e414..6c022ed 100644 --- a/gild.h +++ b/gild.h @@ -23,7 +23,7 @@ #define CONFIG_PATH "/usr/local/etc/gild/gild.conf" -#define DEFAULT_PORT_NO 1984 +#define DEFAULT_PORT_NO 8421 #define MAX_PENDING_REQUESTS 5 #define STDIN_FILENO 0 @@ -43,7 +43,6 @@ typedef struct handler { struct handler * next; /* next one down the chain */ - int port; /* the port on which I listen */ char * protocol; /* a name for the protocol handled */ regex_t * pattern; /* the pattern to match to select this handler */