Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/lib/libc/dlfcn remove extra semi's
details: https://anonhg.NetBSD.org/src/rev/7fc37f8fa05f
branches: trunk
changeset: 494380:7fc37f8fa05f
user: christos <christos%NetBSD.org@localhost>
date: Thu Jul 06 02:48:41 2000 +0000
description:
remove extra semi's
diffstat:
lib/libc/dlfcn/dlfcn_elf.c | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
diffs (35 lines):
diff -r ce55082bb6f9 -r 7fc37f8fa05f lib/libc/dlfcn/dlfcn_elf.c
--- a/lib/libc/dlfcn/dlfcn_elf.c Thu Jul 06 02:02:48 2000 +0000
+++ b/lib/libc/dlfcn/dlfcn_elf.c Thu Jul 06 02:48:41 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: dlfcn_elf.c,v 1.1 2000/04/02 15:35:52 minoura Exp $ */
+/* $NetBSD: dlfcn_elf.c,v 1.2 2000/07/06 02:48:41 christos Exp $ */
/*
* Copyright (c) 2000 Takuya SHIOZAKI
@@ -27,7 +27,7 @@
#include <sys/cdefs.h>
#if defined(LIBC_SCCS) && !defined(lint)
-__RCSID("$NetBSD: dlfcn_elf.c,v 1.1 2000/04/02 15:35:52 minoura Exp $");
+__RCSID("$NetBSD: dlfcn_elf.c,v 1.2 2000/07/06 02:48:41 christos Exp $");
#endif /* LIBC_SCCS and not lint */
#if defined(PIC) || defined(lint)
@@ -42,11 +42,11 @@
extern const Obj_Entry *__mainprog_obj;
#ifdef __weak_alias
-__weak_alias(dlopen,__dlopen);
-__weak_alias(dlclose,__dlclose);
-__weak_alias(dlsym,__dlsym);
-__weak_alias(dlerror,__dlerror);
-__weak_alias(dladdr,__dladdr);
+__weak_alias(dlopen,__dlopen)
+__weak_alias(dlclose,__dlclose)
+__weak_alias(dlsym,__dlsym)
+__weak_alias(dlerror,__dlerror)
+__weak_alias(dladdr,__dladdr)
#endif
#include <dlfcn_stubs.c>
Home |
Main Index |
Thread Index |
Old Index