summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorPhilip Guenthe <guenther@cvs.openbsd.org>2009-11-21 10:11:55 +0000
committerPhilip Guenthe <guenther@cvs.openbsd.org>2009-11-21 10:11:55 +0000
commit01e32eccc64e08d182c38ba90adfa4c129c812f7 (patch)
tree17f9c52f601264ecd794180fd002ff829f73fe02 /lib/libc
parent4a5ec79456e38963414e8beeac718365148030bf (diff)
Ooops, committed an unbaked change
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/stdio/putc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdio/putc.c b/lib/libc/stdio/putc.c
index 9461aa90aae..762fecb2d38 100644
--- a/lib/libc/stdio/putc.c
+++ b/lib/libc/stdio/putc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: putc.c,v 1.11 2009/11/21 09:53:44 guenther Exp $ */
+/* $OpenBSD: putc.c,v 1.12 2009/11/21 10:11:54 guenther Exp $ */
/*-
* Copyright (c) 1990, 1993
* The Regents of the University of California. All rights reserved.
@@ -57,7 +57,7 @@ putc_unlocked(int c, FILE *fp)
#undef putc
int
-fputc(int c, FILE *fp)
+putc(int c, FILE *fp)
{
int ret;