diff options
| author | deraadt <> | 2003-07-31 21:48:04 +0000 |
|---|---|---|
| committer | deraadt <> | 2003-07-31 21:48:04 +0000 |
| commit | 33c506bfed3ead4cc96819ce600895082c214755 (patch) | |
| tree | f684ac5f268a986ffa67596e223c418beaac533a /src/regress/lib/libc/malloc/malloc_errno | |
| parent | 1e17357c09b2a156a0fa1407b68c4158394b9d7e (diff) | |
| download | openbsd-33c506bfed3ead4cc96819ce600895082c214755.tar.gz openbsd-33c506bfed3ead4cc96819ce600895082c214755.tar.bz2 openbsd-33c506bfed3ead4cc96819ce600895082c214755.zip | |
various cleanups; david says results are same
Diffstat (limited to 'src/regress/lib/libc/malloc/malloc_errno')
| -rw-r--r-- | src/regress/lib/libc/malloc/malloc_errno/malloc_errno.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/malloc/malloc_errno/malloc_errno.c b/src/regress/lib/libc/malloc/malloc_errno/malloc_errno.c index 61d85e5d41..1232dd660d 100644 --- a/src/regress/lib/libc/malloc/malloc_errno/malloc_errno.c +++ b/src/regress/lib/libc/malloc/malloc_errno/malloc_errno.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: malloc_errno.c,v 1.1 2003/07/15 10:06:31 otto Exp $ */ | 1 | /* $OpenBSD: malloc_errno.c,v 1.2 2003/07/31 21:48:03 deraadt Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Public domain. 2003, Otto Moerbeek | 3 | * Public domain. 2003, Otto Moerbeek |
| 4 | */ | 4 | */ |
| @@ -30,7 +30,7 @@ testerrno(size_t sz) | |||
| 30 | * correctly. | 30 | * correctly. |
| 31 | */ | 31 | */ |
| 32 | int | 32 | int |
| 33 | main() | 33 | main(int argc, char *argv[]) |
| 34 | { | 34 | { |
| 35 | size_t i; | 35 | size_t i; |
| 36 | 36 | ||
