Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Apr 2007 14:34:08 +0200
From:      rmgls@wanadoo.fr
To:        freebsd-ports-bugs@freebsd.org
Subject:   patch for editors/e3
Message-ID:  <20070429123405.6AC9A1C00086@mwinf2439.orange.fr>

next in thread | raw e-mail | index | archive | help

Hi all,

editors/e3 uses the 46 (0x2e) syscall rather 342 (0x1a0)
and on current gives a bad syscall!
this one line patch patch-e3.h
replaces the old syscall.

e3 works fine now with this correction.
can you commit please?

	to go:
cp patch-e3.h /usr/ports/editors/e3/files
	and after as usual.
Regards

rmgls
rmgls@wanadoo.Fr

---------- cut ----------
--- e3.h.orig	Sun Apr 29 11:34:27 2007
+++ e3.h	Sun Apr 29 11:39:13 2007
@@ -535,7 +535,7 @@
 %define SYS_pipe	42
 %define SYS_ioctl	54
 %define SYS_dup2	90
-%define SYS_sigaction	46	;also 342 *** take care if >255 cause only register al used
+%define SYS_sigaction	342	;also 342 *** take care if >255 cause only register al used
 %define SYS_readlink	58
 %define SYS_fchown	123
 %define SYS_fchmod      124




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070429123405.6AC9A1C00086>