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/miscfs/fdesc/fdesc_vfsops.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/miscfs/fdesc/fdesc_vfsops.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.34 retrieving revision 1.35 diff -u -p -r1.34 -r1.35 --- src/sys/miscfs/fdesc/fdesc_vfsops.c 2001/09/15 16:12:58 1.34 +++ src/sys/miscfs/fdesc/fdesc_vfsops.c 2001/11/10 13:33:41 1.35 @@ -1,4 +1,4 @@ -/* $NetBSD: fdesc_vfsops.c,v 1.34 2001/09/15 16:12:58 chs Exp $ */ +/* $NetBSD: fdesc_vfsops.c,v 1.35 2001/11/10 13:33:41 lukem Exp $ */ /* * Copyright (c) 1992, 1993, 1995 @@ -44,6 +44,9 @@ * /dev/fd Filesystem */ +#include +__KERNEL_RCSID(0, "$NetBSD: fdesc_vfsops.c,v 1.35 2001/11/10 13:33:41 lukem Exp $"); + #if defined(_KERNEL_OPT) #include "opt_compat_netbsd.h" #endif