From: guenther Date: Fri, 28 Jan 2022 05:01:28 +0000 (+0000) Subject: Update comment: struct link_map is defined in X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=c340fc502aeb05ca5e0fa2b75f3fbabda2a97b45;p=openbsd Update comment: struct link_map is defined in noted by miod --- diff --git a/libexec/ld.so/resolve.h b/libexec/ld.so/resolve.h index 6b0d36b292c..6d77f1817ce 100644 --- a/libexec/ld.so/resolve.h +++ b/libexec/ld.so/resolve.h @@ -1,4 +1,4 @@ -/* $OpenBSD: resolve.h,v 1.99 2021/11/12 22:28:13 guenther Exp $ */ +/* $OpenBSD: resolve.h,v 1.100 2022/01/28 05:01:28 guenther Exp $ */ /* * Copyright (c) 1998 Per Fogelstrom, Opsycon AB @@ -80,7 +80,7 @@ void object_vec_grow(struct object_vector *_vec, int _more); /* * Structure describing a loaded object. * The head of this struct must be compatible - * with struct link_map in sys/link.h + * with struct link_map in */ struct elf_object { Elf_Addr obj_base; /* object's address '0' base */