summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2007-02-15 01:20:43 +0000
committerjkim <jkim@FreeBSD.org>2007-02-15 01:20:43 +0000
commitbaeb01e2457bc5e3c285e574465e954e752ede70 (patch)
tree8de7bdda11fc011f8c41bc0efff776f28f99a60f
parent22a98ec2d8d5e46e64a01618959f3cfb0e5dbb66 (diff)
downloadFreeBSD-src-baeb01e2457bc5e3c285e574465e954e752ede70.zip
FreeBSD-src-baeb01e2457bc5e3c285e574465e954e752ede70.tar.gz
Fix accidental removal of an empty line from the previous commit.
-rw-r--r--sys/amd64/linux32/linux32_machdep.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/amd64/linux32/linux32_machdep.c b/sys/amd64/linux32/linux32_machdep.c
index a890569..d1fdcd6 100644
--- a/sys/amd64/linux32/linux32_machdep.c
+++ b/sys/amd64/linux32/linux32_machdep.c
@@ -951,6 +951,7 @@ linux_pipe(struct thread *td, struct linux_pipe_args *args)
td->td_retval[0] = 0;
return (0);
}
+
int
linux_sigaction(struct thread *td, struct linux_sigaction_args *args)
{
OpenPOWER on IntegriCloud