From cdbbb6b5718ba222e7883818b641074db8fd5209 Mon Sep 17 00:00:00 2001 From: Brian Somers Date: Sat, 18 Apr 1998 01:01:28 +0000 Subject: Cosmetic: Clean up warnings. --- usr.sbin/ppp/filter.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr.sbin/ppp/filter.h') diff --git a/usr.sbin/ppp/filter.h b/usr.sbin/ppp/filter.h index 3a5248a13368..a66ffafbba1b 100644 --- a/usr.sbin/ppp/filter.h +++ b/usr.sbin/ppp/filter.h @@ -15,7 +15,7 @@ * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. * - * $Id: filter.h,v 1.11.2.4 1998/04/07 00:53:40 brian Exp $ + * $Id: filter.h,v 1.11.2.5 1998/04/16 18:30:52 brian Exp $ * * TODO: */ @@ -70,7 +70,7 @@ struct filterent { struct filter { struct filterent rule[MAXFILTERS]; /* incoming packet filter */ - char *name; + const char *name; unsigned fragok : 1; unsigned logok : 1; }; -- cgit v1.2.3