mirror of
				git://git.openwrt.org/openwrt/openwrt.git
				synced 2025-11-03 14:34:27 -05:00 
			
		
		
		
	base-files: remove a stale reference to /usr/lib/common.awk (thx, swalker)
SVN-Revision: 25528
This commit is contained in:
		
							parent
							
								
									0a0bb9bb4a
								
							
						
					
					
						commit
						9f7f8110e7
					
				@ -1,6 +1,6 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
 | 
			
		||||
awk -f /usr/lib/common.awk -f - $* <<EOF
 | 
			
		||||
awk -f - $* <<EOF
 | 
			
		||||
function bitcount(c) {
 | 
			
		||||
	c=and(rshift(c, 1),0x55555555)+and(c,0x55555555)
 | 
			
		||||
	c=and(rshift(c, 2),0x33333333)+and(c,0x33333333)
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user