summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/fs/fdescfs/fdesc_vnops.c4
-rw-r--r--sys/miscfs/fdesc/fdesc_vnops.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c
index 6765012..8ce5f24 100644
--- a/sys/fs/fdescfs/fdesc_vnops.c
+++ b/sys/fs/fdescfs/fdesc_vnops.c
@@ -35,7 +35,7 @@
*
* @(#)fdesc_vnops.c 8.9 (Berkeley) 1/21/94
*
- * $Id: fdesc_vnops.c,v 1.34 1998/02/09 06:09:42 eivind Exp $
+ * $Id: fdesc_vnops.c,v 1.35 1998/06/10 06:34:55 peter Exp $
*/
/*
@@ -537,7 +537,7 @@ fdesc_setattr(ap)
case DTYPE_SOCKET:
if (vap->va_flags != VNOVAL)
- error = ENOPNOTSUPP;
+ error = EOPNOTSUPP;
else
error = 0;
break;
diff --git a/sys/miscfs/fdesc/fdesc_vnops.c b/sys/miscfs/fdesc/fdesc_vnops.c
index 6765012..8ce5f24 100644
--- a/sys/miscfs/fdesc/fdesc_vnops.c
+++ b/sys/miscfs/fdesc/fdesc_vnops.c
@@ -35,7 +35,7 @@
*
* @(#)fdesc_vnops.c 8.9 (Berkeley) 1/21/94
*
- * $Id: fdesc_vnops.c,v 1.34 1998/02/09 06:09:42 eivind Exp $
+ * $Id: fdesc_vnops.c,v 1.35 1998/06/10 06:34:55 peter Exp $
*/
/*
@@ -537,7 +537,7 @@ fdesc_setattr(ap)
case DTYPE_SOCKET:
if (vap->va_flags != VNOVAL)
- error = ENOPNOTSUPP;
+ error = EOPNOTSUPP;
else
error = 0;
break;
OpenPOWER on IntegriCloud