aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/filter.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-04-18 01:01:28 +0000
committerBrian Somers <brian@FreeBSD.org>1998-04-18 01:01:28 +0000
commitcdbbb6b5718ba222e7883818b641074db8fd5209 (patch)
treeb1dc8da7439fc64f33bb9c5ecebd90a57e0264c2 /usr.sbin/ppp/filter.h
parent3edeb0c69efafa563fe8d0256fff7221bc48472e (diff)
downloadsrc-cdbbb6b5718ba222e7883818b641074db8fd5209.tar.gz
src-cdbbb6b5718ba222e7883818b641074db8fd5209.zip
Cosmetic: Clean up warnings.
Notes
Notes: svn path=/cvs2svn/branches/MP/; revision=35258
Diffstat (limited to 'usr.sbin/ppp/filter.h')
-rw-r--r--usr.sbin/ppp/filter.h4
1 files changed, 2 insertions, 2 deletions
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;
};