diff options
| author | Warner Losh <imp@FreeBSD.org> | 1999-04-25 22:29:30 +0000 | 
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 1999-04-25 22:29:30 +0000 | 
| commit | dcb0ae4ed8d8ff789903b161e53031f3f9280cc2 (patch) | |
| tree | 556cd5632da8c24c38015ac4c816c0cc5dc8d5a4 /lib/libc/string/memset.c | |
| parent | 859663719d47f9d552103f222429ecf7530c4240 (diff) | |
Notes
Diffstat (limited to 'lib/libc/string/memset.c')
| -rw-r--r-- | lib/libc/string/memset.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/lib/libc/string/memset.c b/lib/libc/string/memset.c index 55cca110a3da..afe5f9642b83 100644 --- a/lib/libc/string/memset.c +++ b/lib/libc/string/memset.c @@ -68,7 +68,9 @@ memset(dst0, c0, length)  #endif  {  	register size_t t; +#ifndef BZERO  	register u_int c; +#endif  	register u_char *dst;  	dst = dst0; | 
