Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Oct 2007 21:33:40 GMT
From:      Fredrik Lindberg <fli@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 127152 for review
Message-ID:  <200710032133.l93LXeti097553@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=127152

Change 127152 by fli@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 *);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200710032133.l93LXeti097553>