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.15.2.1 retrieving revision 1.16 diff -u -p -r1.15.2.1 -r1.16 --- src/lib/libc/dlfcn/dlfcn_elf.c 2018/07/28 04:37:22 1.15.2.1 +++ src/lib/libc/dlfcn/dlfcn_elf.c 2018/07/13 19:49:47 1.16 @@ -1,4 +1,4 @@ -/* $NetBSD: dlfcn_elf.c,v 1.15.2.1 2018/07/28 04:37:22 pgoyette Exp $ */ +/* $NetBSD: dlfcn_elf.c,v 1.16 2018/07/13 19:49:47 joerg Exp $ */ /* * Copyright (c) 2000 Takuya SHIOZAKI @@ -27,7 +27,7 @@ #include #if defined(LIBC_SCCS) && !defined(lint) -__RCSID("$NetBSD: dlfcn_elf.c,v 1.15.2.1 2018/07/28 04:37:22 pgoyette Exp $"); +__RCSID("$NetBSD: dlfcn_elf.c,v 1.16 2018/07/13 19:49:47 joerg Exp $"); #endif /* LIBC_SCCS and not lint */ #include "namespace.h"