-K&R fix for some prototype declaration

-fix some comments for #endif to match them with their #ifndef

Submitted by: bde
This commit is contained in:
Yoshinobu Inoue 2000-01-15 04:57:12 +00:00
parent 2a37f70f26
commit c3a5e52033
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=56013

View file

@ -363,8 +363,8 @@ struct sadb_x_ipsecrequest {
#define PFKEY_UNIT64(a) ((a) >> 3)
#ifndef _KERNEL
extern void pfkey_sadump(struct sadb_msg *m);
extern void pfkey_spdump(struct sadb_msg *m);
void pfkey_sadump __P((struct sadb_msg *m));
void pfkey_spdump __P((struct sadb_msg *m));
struct sockaddr;
int ipsec_check_keylen __P((u_int supported, u_int alg_id, u_int keylen));
@ -415,6 +415,6 @@ int pfkey_check __P((caddr_t *mhp));
#endif /*!_KERNEL*/
#endif /* __PFKEY_V2_H */
#endif /* !__PFKEY_V2_H */
#endif /* _NET_PFKEYV2_H_ */
#endif /* !_NET_PFKEYV2_H_ */