this better be const, too
This commit is contained in:
		
							
								
								
									
										4
									
								
								sh.h
									
									
									
									
									
								
							
							
						
						
									
										4
									
								
								sh.h
									
									
									
									
									
								
							| @@ -134,7 +134,7 @@ | |||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #ifdef EXTERN | #ifdef EXTERN | ||||||
| __RCSID("$MirOS: src/bin/mksh/sh.h,v 1.365 2009/11/28 15:38:30 tg Exp $"); | __RCSID("$MirOS: src/bin/mksh/sh.h,v 1.366 2009/11/29 17:37:22 tg Exp $"); | ||||||
| #endif | #endif | ||||||
| #define MKSH_VERSION "R39 2009/11/28" | #define MKSH_VERSION "R39 2009/11/28" | ||||||
|  |  | ||||||
| @@ -267,7 +267,7 @@ extern void arc4random_addrandom(unsigned char *, int) | |||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #if !HAVE_ARC4RANDOM_PUSHB_DECL | #if !HAVE_ARC4RANDOM_PUSHB_DECL | ||||||
| extern uint32_t arc4random_pushb(void *, size_t); | extern uint32_t arc4random_pushb(const void *, size_t); | ||||||
| #endif | #endif | ||||||
|  |  | ||||||
| #if !HAVE_FLOCK_DECL | #if !HAVE_FLOCK_DECL | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user