Module Name: src Committed By: christos Date: Sun Jan 21 00:35:57 UTC 2024
Modified Files: src/lib/libc/sys: Lint_ptrace.c Log Message: fix alpha, grr. To generate a diff of this commit: cvs rdiff -u -r1.3 -r1.4 src/lib/libc/sys/Lint_ptrace.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/sys/Lint_ptrace.c diff -u src/lib/libc/sys/Lint_ptrace.c:1.3 src/lib/libc/sys/Lint_ptrace.c:1.4 --- src/lib/libc/sys/Lint_ptrace.c:1.3 Sat Jan 20 09:52:49 2024 +++ src/lib/libc/sys/Lint_ptrace.c Sat Jan 20 19:35:57 2024 @@ -1,10 +1,11 @@ -/* $NetBSD: Lint_ptrace.c,v 1.3 2024/01/20 14:52:49 christos Exp $ */ +/* $NetBSD: Lint_ptrace.c,v 1.4 2024/01/21 00:35:57 christos Exp $ */ /* * This file placed in the public domain. * Chris Demetriou, November 5, 1997. */ +#include <signal.h> /* XXX: alpha <machine/signal.h> needs sigset_t! */ #include <sys/types.h> #include <sys/ptrace.h>