diff options
| author | deraadt <> | 2004-02-11 08:16:00 +0000 |
|---|---|---|
| committer | deraadt <> | 2004-02-11 08:16:00 +0000 |
| commit | 447c2c0075d296f837124007bb9f575bfe32144a (patch) | |
| tree | fd7e0439aa781e3e45777908cf56186a919688ab /src | |
| parent | 66dafc62fb33a0f4efcf641da6f346bd76a1fd3f (diff) | |
| download | openbsd-447c2c0075d296f837124007bb9f575bfe32144a.tar.gz openbsd-447c2c0075d296f837124007bb9f575bfe32144a.tar.bz2 openbsd-447c2c0075d296f837124007bb9f575bfe32144a.zip | |
EOL at end
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libc/malloc/malloc0test/malloc0test.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/malloc/malloc0test/malloc0test.c b/src/regress/lib/libc/malloc/malloc0test/malloc0test.c index 910b466bd4..a782424ba1 100644 --- a/src/regress/lib/libc/malloc/malloc0test/malloc0test.c +++ b/src/regress/lib/libc/malloc/malloc0test/malloc0test.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* $OpenBSD: malloc0test.c,v 1.2 2003/07/31 21:48:03 deraadt Exp $ */ | 1 | /* $OpenBSD: malloc0test.c,v 1.3 2004/02/11 08:16:00 deraadt Exp $ */ |
| 2 | /* | 2 | /* |
| 3 | * Public domain. 2001, Theo de Raadt | 3 | * Public domain. 2001, Theo de Raadt |
| 4 | */ | 4 | */ |
| @@ -130,4 +130,4 @@ usage: | |||
| 130 | } | 130 | } |
| 131 | 131 | ||
| 132 | return rval; | 132 | return rval; |
| 133 | } \ No newline at end of file | 133 | } |
