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/lib/libc/gen/ftok.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/gen/ftok.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- src/lib/libc/gen/ftok.c 1995/02/27 03:43:18 1.3 +++ src/lib/libc/gen/ftok.c 1997/07/13 19:45:53 1.4 @@ -1,4 +1,4 @@ -/* $NetBSD: ftok.c,v 1.3 1995/02/27 03:43:18 cgd Exp $ */ +/* $NetBSD: ftok.c,v 1.4 1997/07/13 19:45:53 christos Exp $ */ /* * Copyright (c) 1994 SigmaSoft, Th. Lockert @@ -27,8 +27,9 @@ * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ +#include #if defined(LIBC_SCCS) && !defined(lint) -static char *rcsid = "$NetBSD: ftok.c,v 1.3 1995/02/27 03:43:18 cgd Exp $"; +__RCSID("$NetBSD: ftok.c,v 1.4 1997/07/13 19:45:53 christos Exp $"); #endif /* LIBC_SCCS and not lint */ #include