aboutsummaryrefslogtreecommitdiff
path: root/sys/fs
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1998-06-10 19:56:06 +0000
committerAlexander Langer <alex@FreeBSD.org>1998-06-10 19:56:06 +0000
commit6ead682113a6b0d3c2e5cc2dff67a1c680e92d36 (patch)
treedd4036c74a91eedaa8d600a8afa2f0bb24c8cac6 /sys/fs
parent939001af5c77aad318ba7cae6a6f1cd7f2d3e470 (diff)
Notes
Diffstat (limited to 'sys/fs')
-rw-r--r--sys/fs/fdescfs/fdesc_vnops.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/fs/fdescfs/fdesc_vnops.c b/sys/fs/fdescfs/fdesc_vnops.c
index 6765012fa09d..8ce5f24687ed 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;