From b96daf7f865635e42c4d25c773198ee348bdc049 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 18 Aug 1996 23:19:23 +0000 Subject: [PATCH] Some const-ness to get rid of a warning. git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@654 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/popper/popper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */