diff options
Diffstat (limited to 'sys/lib/libsa/cread.c')
-rw-r--r-- | sys/lib/libsa/cread.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/lib/libsa/cread.c b/sys/lib/libsa/cread.c index 8d197552580..382e0ea9ec9 100644 --- a/sys/lib/libsa/cread.c +++ b/sys/lib/libsa/cread.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cread.c,v 1.9 2002/03/14 03:16:10 millert Exp $ */ +/* $OpenBSD: cread.c,v 1.10 2003/04/17 13:22:38 mickey Exp $ */ /* $NetBSD: cread.c,v 1.2 1997/02/04 18:38:20 thorpej Exp $ */ /* @@ -197,7 +197,7 @@ open(fname, mode) if(((fd = oopen(fname, mode)) == -1) || (mode != 0)) /* compression only for read */ - return(fd); + return(fd); ss[fd] = s = alloc(sizeof(struct sd)); if(!s) goto errout; |