PERFORCE change 147859 for review
Diego Giagio
diego at FreeBSD.org
Wed Aug 20 01:20:24 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=147859
Change 147859 by diego at diego_black on 2008/08/20 01:19:56
Remove declaration of functions that don't exist anymore.
Affected files ...
.. //depot/projects/soc2008/diego-audit/src/sys/security/audit/audit.h#18 edit
Differences ...
==== //depot/projects/soc2008/diego-audit/src/sys/security/audit/audit.h#18 (text) ====
@@ -130,20 +130,6 @@
int audit_pfil_enter(unsigned short event, struct thread *td);
void audit_pfil_exit(int error, struct thread *td);
-void audit_ipfw_enable(void);
-void audit_ipfw_disable(void);
-void audit_ipfw_addrule(int set, int rulenum);
-void audit_ipfw_delrule(int set, int rulenum);
-void audit_ipfw_flush(void);
-void audit_ipfw_addtable(u_int table);
-void audit_ipfw_deltable(u_int table);
-void audit_ipfw_flushtable(u_int table);
-void audit_ipfw_flow4_begin(u_int32_t src, u_int16_t src_port,
- u_int32_t dst, u_int16_t dst_port);
-struct in6_addr;
-void audit_ipfw_flow6_begin(struct in6_addr *src, u_int16_t src_port,
- struct in6_addr *dst, u_int16_t dst_port);
-
/*
* The remaining kernel functions are conditionally compiled in as they are
* wrapped by a macro, and the macro should be the only place in the source
More information about the p4-projects
mailing list