From d1a444d6d135772dacfba0fc95f6f77c94bbb07c Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 22 Apr 1988 16:19:56 +0000 Subject: [PATCH] minor fix --- mach/mantra/int/mloopc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mach/mantra/int/mloopc b/mach/mantra/int/mloopc index 47b7f4b15..4f31f8aff 100644 --- a/mach/mantra/int/mloopc +++ b/mach/mantra/int/mloopc @@ -335,7 +335,7 @@ _Xsetgid: move.l (sp)+,.retaddr bra sys3 _Xgetgid: move.l (sp)+,.retaddr - jsr _getpid + jsr _getgid bra sys7 _Xsignal: move.l (sp)+,.retaddr -- 2.34.1