summaryrefslogtreecommitdiff
path: root/sys/lib/libsa/cread.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 03:16:15 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-03-14 03:16:15 +0000
commite63dc855fe4ff1aa0029ebf9813134860a34ccdf (patch)
treec2aa960c67a99a878c8902943399029fa598683f /sys/lib/libsa/cread.c
parent71eb96ce8a9190e7ffeccbabd7a5ec4f3b4fc72f (diff)
Final __P removal plus some cosmetic fixups
Diffstat (limited to 'sys/lib/libsa/cread.c')
-rw-r--r--sys/lib/libsa/cread.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/cread.c b/sys/lib/libsa/cread.c
index 90bee49cfd3..8d197552580 100644
--- a/sys/lib/libsa/cread.c
+++ b/sys/lib/libsa/cread.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cread.c,v 1.8 1999/02/14 20:07:46 mickey Exp $ */
+/* $OpenBSD: cread.c,v 1.9 2002/03/14 03:16:10 millert Exp $ */
/* $NetBSD: cread.c,v 1.2 1997/02/04 18:38:20 thorpej Exp $ */
/*
@@ -210,7 +210,7 @@ open(fname, mode)
#endif
goto errout;
- s->stream.next_in = s->inbuf = (unsigned char*)alloc(Z_BUFSIZE);
+ s->stream.next_in = s->inbuf = (unsigned char *)alloc(Z_BUFSIZE);
if(!s->inbuf) {
inflateEnd(&(s->stream));
goto errout;