mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 22:44:27 -05:00 
			
		
		
		
	Duplicate of r12143
SVN-Revision: 12178
This commit is contained in:
		
							parent
							
								
									71bc2e320b
								
							
						
					
					
						commit
						af76ae2cb5
					
				@ -1,15 +0,0 @@
 | 
			
		||||
--- linux-2.6.26/include/linux/pim.h	2008-07-13 23:51:29.000000000 +0200
 | 
			
		||||
+++ linux-2.6.26.new/include/linux/pim.h	2008-08-05 20:52:25.000000000 +0200
 | 
			
		||||
@@ -7,10 +7,10 @@
 | 
			
		||||
 struct pim {
 | 
			
		||||
 #if defined(__LITTLE_ENDIAN_BITFIELD)
 | 
			
		||||
 	__u8	pim_type:4,		/* PIM message type */
 | 
			
		||||
-		pim_ver:4;		/* PIM version */
 | 
			
		||||
+	__u8	pim_ver:4;		/* PIM version */
 | 
			
		||||
 #elif defined(__BIG_ENDIAN_BITFIELD)
 | 
			
		||||
 	__u8	pim_ver:4;		/* PIM version */
 | 
			
		||||
-		pim_type:4;		/* PIM message type */
 | 
			
		||||
+	__u8	pim_type:4;		/* PIM message type */
 | 
			
		||||
 #endif
 | 
			
		||||
 	__u8	pim_rsv;		/* Reserved */
 | 
			
		||||
 	__be16	pim_cksum;		/* Checksum */
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user