PERFORCE change 79711 for review
Tom Rhodes
trhodes at FreeBSD.org
Thu Jul 7 17:27:58 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=79711
Change 79711 by trhodes at trhodes-x64 on 2005/07/07 17:27:42
s/rtype/protocol/ to fix the building of this file.
Affected files ...
.. //depot/projects/trustedbsd/mac/sys/security/mac_portacl/mac_portacl.c#8 edit
Differences ...
==== //depot/projects/trustedbsd/mac/sys/security/mac_portacl/mac_portacl.c#8 (text+ko) ====
@@ -189,7 +189,7 @@
static int
parse_rule_element(char *element, struct rule **rule)
{
- char *idtype, *id, *rtype, *portnumber, *prison, *p;
+ char *idtype, *id, *portnumber, *protocol, *prison, *p;
struct rule *new;
int error;
To Unsubscribe: send mail to majordomo at trustedbsd.org
with "unsubscribe trustedbsd-cvs" in the body of the message
More information about the trustedbsd-cvs
mailing list