wmifs: Update WMIFS_VERSION constant; update Changes.
Patch by Jordi Mallach <jordi@debian.org>. First appeared in Debian package version 1.3b1-6.
This commit is contained in:
		
							parent
							
								
									68555562b4
								
							
						
					
					
						commit
						d40bd41287
					
				
					 1 changed files with 4 additions and 1 deletions
				
			
		| 
						 | 
					@ -74,6 +74,9 @@
 | 
				
			||||||
	----
 | 
						----
 | 
				
			||||||
	Changes:
 | 
						Changes:
 | 
				
			||||||
	---
 | 
						---
 | 
				
			||||||
 | 
						05/06/2001 (Jordi Mallach, jordi@sindominio.net)
 | 
				
			||||||
 | 
							* Integrated many patches, fixing issues with suspended
 | 
				
			||||||
 | 
							  wmifs.
 | 
				
			||||||
	07/21/1999 (Stephen Pitts, smpitts@midsouth.rr.com)
 | 
						07/21/1999 (Stephen Pitts, smpitts@midsouth.rr.com)
 | 
				
			||||||
		* Added new constant: BUFFER_SIZE to determine the size
 | 
							* Added new constant: BUFFER_SIZE to determine the size
 | 
				
			||||||
		  of the buffer used in fgets() operations. Right now,
 | 
							  of the buffer used in fgets() operations. Right now,
 | 
				
			||||||
| 
						 | 
					@ -203,7 +206,7 @@
 | 
				
			||||||
#define LED_NET_TX			(5)
 | 
					#define LED_NET_TX			(5)
 | 
				
			||||||
#define LED_NET_POWER		(6)
 | 
					#define LED_NET_POWER		(6)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#define WMIFS_VERSION "1.2.1"
 | 
					#define WMIFS_VERSION "1.3b1"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
/* the size of the buffer read from /proc/net/ */
 | 
					/* the size of the buffer read from /proc/net/ */
 | 
				
			||||||
#define BUFFER_SIZE 512
 | 
					#define BUFFER_SIZE 512
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue