From a3798e908e88069196210234df0ec415265a2b2a Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 10 Jun 1998 19:56:06 +0000 Subject: ENOPNOTSUPP --> EOPNOTSUPP PR: 6906 Submitted by: Steven G. Kargl --- sys/fs/fdescfs/fdesc_vnops.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/fs/fdescfs') 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; -- cgit v1.1