PERFORCE change 79711 for review

Tom Rhodes trhodes at FreeBSD.org
Thu Jul 7 17:27:59 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;
 


More information about the p4-projects mailing list