Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/ufs/ufs/dinode.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/ufs/ufs/dinode.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.14 retrieving revision 1.15 diff -u -p -r1.14 -r1.15 --- src/sys/ufs/ufs/dinode.h 2002/09/28 20:11:09 1.14 +++ src/sys/ufs/ufs/dinode.h 2003/01/06 20:30:39 1.15 @@ -1,4 +1,4 @@ -/* $NetBSD: dinode.h,v 1.14 2002/09/28 20:11:09 dbj Exp $ */ +/* $NetBSD: dinode.h,v 1.15 2003/01/06 20:30:39 wiz Exp $ */ /* * Copyright (c) 1982, 1989, 1993 @@ -118,7 +118,7 @@ struct dinode { /* File permissions. */ #define IEXEC 0000100 /* Executable. */ -#define IWRITE 0000200 /* Writeable. */ +#define IWRITE 0000200 /* Writable. */ #define IREAD 0000400 /* Readable. */ #define ISVTX 0001000 /* Sticky bit. */ #define ISGID 0002000 /* Set-gid. */