PERFORCE change 127152 for review

Fredrik Lindberg fli at FreeBSD.org
Wed Oct 3 14:33:41 PDT 2007


http://perforce.freebsd.org/chv.cgi?CH=127152

Change 127152 by fli at fli_nexus on 2007/10/03 21:32:59

	Whitespaces.

Affected files ...

.. //depot/projects/soc2007/fli-mdns_sd/mdnsd/stack_mdns.h#6 edit

Differences ...

==== //depot/projects/soc2007/fli-mdns_sd/mdnsd/stack_mdns.h#6 (text+ko) ====

@@ -90,7 +90,7 @@
 	unsigned int h_acount:16;	/* number of answer entries */
 	unsigned int h_nscount:16;	/* number of authority entries */
 	unsigned int h_rcount:16;	/* number of resource entries */
-} __packed; 
+} __packed;
 
 /*
  * Question section "header", starts at the end
@@ -100,7 +100,7 @@
 	/* Qname ..//.. */
 	uint16_t qs_type;
 	uint16_t qs_class;
-} __packed; 
+} __packed;
 
 /*
  * Resource record "header", starts at the end of the
@@ -113,7 +113,7 @@
 	uint32_t rs_ttl;
 	uint16_t rs_rdlen;
 	/* Rdata ..//.. */
-} __packed; 
+} __packed;
 
 struct mdns_pkgchain;
 struct mdns_packet * pkg_alloc(struct mdns_pkgchain *);


More information about the p4-projects mailing list