Module Name: src
Committed By: christos
Date: Mon Nov 4 15:46:45 UTC 2024
Modified Files:
src/libexec/ld.elf_so/arch/i386: mdreloc.c
Log Message:
Undo previous lwp.h change
To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/libexec/ld.elf_so/arch/i386/mdreloc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/libexec/ld.elf_so/arch/i386/mdreloc.c
diff -u src/libexec/ld.elf_so/arch/i386/mdreloc.c:1.45 src/libexec/ld.elf_so/arch/i386/mdreloc.c:1.46
--- src/libexec/ld.elf_so/arch/i386/mdreloc.c:1.45 Sun Nov 3 17:24:20 2024
+++ src/libexec/ld.elf_so/arch/i386/mdreloc.c Mon Nov 4 10:46:45 2024
@@ -1,12 +1,12 @@
-/* $NetBSD: mdreloc.c,v 1.45 2024/11/03 22:24:20 christos Exp $ */
+/* $NetBSD: mdreloc.c,v 1.46 2024/11/04 15:46:45 christos Exp $ */
#include <sys/cdefs.h>
#ifndef lint
-__RCSID("$NetBSD: mdreloc.c,v 1.45 2024/11/03 22:24:20 christos Exp $");
+__RCSID("$NetBSD: mdreloc.c,v 1.46 2024/11/04 15:46:45 christos Exp $");
#endif /* not lint */
#include <sys/types.h>
-#include <lwp.h>
+#include <sys/ucontext.h>
#include "debug.h"
#include "rtld.h"