summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc/malloc/malloc0test/malloc0test.c
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2004-02-11 08:16:00 +0000
committerderaadt <deraadt@openbsd.org>2004-02-11 08:16:00 +0000
commite2a1b4748ac00cfe1e64a346f850b3c670166aef (patch)
tree0ed300c1e381344080b960525f587b7a6e6e6b3e /regress/lib/libc/malloc/malloc0test/malloc0test.c
parentcorrect syscall() stub; fixes perl and vi.recover (diff)
downloadwireguard-openbsd-e2a1b4748ac00cfe1e64a346f850b3c670166aef.tar.xz
wireguard-openbsd-e2a1b4748ac00cfe1e64a346f850b3c670166aef.zip
EOL at end
Diffstat (limited to 'regress/lib/libc/malloc/malloc0test/malloc0test.c')
-rw-r--r--regress/lib/libc/malloc/malloc0test/malloc0test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/malloc/malloc0test/malloc0test.c b/regress/lib/libc/malloc/malloc0test/malloc0test.c
index 910b466bd4d..a782424ba18 100644
--- a/regress/lib/libc/malloc/malloc0test/malloc0test.c
+++ b/regress/lib/libc/malloc/malloc0test/malloc0test.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: malloc0test.c,v 1.2 2003/07/31 21:48:03 deraadt Exp $ */
+/* $OpenBSD: malloc0test.c,v 1.3 2004/02/11 08:16:00 deraadt Exp $ */
/*
* Public domain. 2001, Theo de Raadt
*/
@@ -130,4 +130,4 @@ usage:
}
return rval;
-} \ No newline at end of file
+}