diff options
author | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-11-29 06:10:20 +0000 |
---|---|---|
committer | Peter Valchev <pvalchev@cvs.openbsd.org> | 2004-11-29 06:10:20 +0000 |
commit | 1c9652681119cffbc7e6c4c88cb8b22241b0981f (patch) | |
tree | 76ecbf1150816f5b234e67a266b980ae44ae9321 /sys/net | |
parent | d20e78eeacfbe2735906c3580f307929df903378 (diff) |
put text after #endif in comment (compile w/ gcc3)
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/if_pppoe.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/if_pppoe.h b/sys/net/if_pppoe.h index c96f7f179e7..c6f328a715d 100644 --- a/sys/net/if_pppoe.h +++ b/sys/net/if_pppoe.h @@ -77,5 +77,5 @@ extern struct ifqueue ppoeinq; void pppoeintr(void); -#endif /* _KERNEL */ -#endif _NET_IF_PPPOE_H_ +#endif /* _KERNEL */ +#endif /* _NET_IF_PPPOE_H_ */ |