Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/lib/csu/common_elf pullup 1.1->1.2 (kleink): Missing er...
details: https://anonhg.NetBSD.org/src/rev/bc5cef9f125d
branches: netbsd-1-4
changeset: 468780:bc5cef9f125d
user: perry <perry%NetBSD.org@localhost>
date: Mon Jun 21 14:30:01 1999 +0000
description:
pullup 1.1->1.2 (kleink): Missing error indication in dlerror()
diffstat:
lib/csu/common_elf/common.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 008a88ee5cef -r bc5cef9f125d lib/csu/common_elf/common.c
--- a/lib/csu/common_elf/common.c Mon Jun 21 14:28:26 1999 +0000
+++ b/lib/csu/common_elf/common.c Mon Jun 21 14:30:01 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: common.c,v 1.1 1999/03/19 23:34:49 thorpej Exp $ */
+/* $NetBSD: common.c,v 1.1.2.1 1999/06/21 14:30:01 perry Exp $ */
/*
* Copyright (c) 1995 Christopher G. Demetriou
@@ -121,7 +121,7 @@
{
if (__mainprog_obj == NULL)
- return NULL;
+ return ("Dynamic linker interface not available");
return (__mainprog_obj->dlerror)();
}
#endif /* DYNAMIC */
Home |
Main Index |
Thread Index |
Old Index