return an error
authorderaadt <deraadt@openbsd.org>
Fri, 10 May 1996 12:32:11 +0000 (12:32 +0000)
committerderaadt <deraadt@openbsd.org>
Fri, 10 May 1996 12:32:11 +0000 (12:32 +0000)
sys/dev/ccd.c

index ec41ca4..57c0f0b 100644 (file)
@@ -1,5 +1,5 @@
-/*     $OpenBSD: ccd.c,v 1.11 1996/05/02 13:34:39 deraadt Exp $        */
-/*     $NetBSD: ccd.c,v 1.32 1996/04/22 01:26:39 christos Exp $        */
+/*     $OpenBSD: ccd.c,v 1.12 1996/05/10 12:32:11 deraadt Exp $        */
+/*     $NetBSD: ccd.c,v 1.33 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 */