aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/filter.h
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1997-05-10 01:22:19 +0000
committerBrian Somers <brian@FreeBSD.org>1997-05-10 01:22:19 +0000
commit274e766c998381279af6ead2d711057aa6307df9 (patch)
tree89b119a0c59bc6a2c6175d55d4c2a80fbf85c02c /usr.sbin/ppp/filter.h
parent13743c302f3b588f6e25fce1eac449ed62fb2e4c (diff)
downloadsrc-274e766c998381279af6ead2d711057aa6307df9.tar.gz
src-274e766c998381279af6ead2d711057aa6307df9.zip
Tidy up the code - bounds checking, return
value checking etc. Submitted by: eivind
Notes
Notes: svn path=/head/; revision=25630
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 e087ee00d3d8..365412ba1330 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$
+ * $Id: filter.h,v 1.6 1997/02/22 16:10:12 peter Exp $
*
* TODO:
*/
@@ -80,4 +80,4 @@ struct filterent dfilters[MAXFILTERS];
struct filterent afilters[MAXFILTERS]; /* keep Alive packet filter */
extern int ParseAddr __P((int, char **, struct in_addr *, struct in_addr *, int*));
-#endif _FILTER_H_
+#endif /* _FILTER_H_ */