Module Name: src Committed By: skrll Date: Mon Oct 21 07:08:41 UTC 2024
Modified Files: src/lib/libc/gen: nlist.c Log Message: Trailing whitespace To generate a diff of this commit: cvs rdiff -u -r1.25 -r1.26 src/lib/libc/gen/nlist.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libc/gen/nlist.c diff -u src/lib/libc/gen/nlist.c:1.25 src/lib/libc/gen/nlist.c:1.26 --- src/lib/libc/gen/nlist.c:1.25 Thu Sep 18 13:58:20 2014 +++ src/lib/libc/gen/nlist.c Mon Oct 21 07:08:41 2024 @@ -1,4 +1,4 @@ -/* $NetBSD: nlist.c,v 1.25 2014/09/18 13:58:20 christos Exp $ */ +/* $NetBSD: nlist.c,v 1.26 2024/10/21 07:08:41 skrll Exp $ */ /* * Copyright (c) 1989, 1993 @@ -66,7 +66,7 @@ #if 0 static char sccsid[] = "@(#)nlist.c 8.1 (Berkeley) 6/4/93"; #else -__RCSID("$NetBSD: nlist.c,v 1.25 2014/09/18 13:58:20 christos Exp $"); +__RCSID("$NetBSD: nlist.c,v 1.26 2024/10/21 07:08:41 skrll Exp $"); #endif #endif /* LIBC_SCCS and not lint */ @@ -110,7 +110,7 @@ static const struct { { __fdnlist_elf64 }, #endif }; - + int nlist(const char *name, struct nlist *list) {