artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7eeff4
)
return an error
author
deraadt
<deraadt@openbsd.org>
Fri, 10 May 1996 12:32:11 +0000
(12:32 +0000)
committer
deraadt
<deraadt@openbsd.org>
Fri, 10 May 1996 12:32:11 +0000
(12:32 +0000)
sys/dev/ccd.c
patch
|
blob
|
history
diff --git
a/sys/dev/ccd.c
b/sys/dev/ccd.c
index
ec41ca4
..
57c0f0b
100644
(file)
--- a/
sys/dev/ccd.c
+++ b/
sys/dev/ccd.c
@@
-1,5
+1,5
@@
-/* $OpenBSD: ccd.c,v 1.1
1 1996/05/02 13:34:39
deraadt Exp $ */
-/* $NetBSD: ccd.c,v 1.3
2 1996/04/22 01:26:39 christos Exp $
*/
+/* $OpenBSD: ccd.c,v 1.1
2 1996/05/10 12:32:11
deraadt Exp $ */
+/* $NetBSD: ccd.c,v 1.3
3 1996/05/05 04:21:14 thorpej Exp $
*/
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@
-583,7
+583,7
@@
ccdopen(dev, flags, fmt, p)
done:
ccdunlock(cs);
- return (
0
);
+ return (
error
);
}
/* ARGSUSED */