diff --git a/appl/popper/popper.h b/appl/popper/popper.h index c452768b2..826b8b931 100644 --- a/appl/popper/popper.h +++ b/appl/popper/popper.h @@ -191,7 +191,7 @@ typedef struct { /* POP parameter block */ daemon program */ char myhost[MaxHostNameLen]; /* The name of our host computer */ - char * client; /* Canonical name of client + const char * client; /* Canonical name of client computer */ char * ipaddr; /* Dotted-notation format of client IP address */