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/dlfcn/dlfcn_elf.c,v rcsdiff: /ftp/cvs/cvsroot/src/lib/libc/dlfcn/dlfcn_elf.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5.40.1 retrieving revision 1.6 diff -u -p -r1.5.40.1 -r1.6 --- src/lib/libc/dlfcn/dlfcn_elf.c 2010/04/21 05:28:08 1.5.40.1 +++ src/lib/libc/dlfcn/dlfcn_elf.c 2009/09/24 21:21:33 1.6 @@ -1,4 +1,4 @@ -/* $NetBSD: dlfcn_elf.c,v 1.5.40.1 2010/04/21 05:28:08 matt Exp $ */ +/* $NetBSD: dlfcn_elf.c,v 1.6 2009/09/24 21:21:33 pooka Exp $ */ /* * Copyright (c) 2000 Takuya SHIOZAKI @@ -27,7 +27,7 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: dlfcn_elf.c,v 1.5.40.1 2010/04/21 05:28:08 matt Exp $"); +__RCSID("$NetBSD: dlfcn_elf.c,v 1.6 2009/09/24 21:21:33 pooka Exp $"); #endif /* LIBC_SCCS and not lint */ #include "namespace.h"