e3 editor

rmgls at wanadoo.fr rmgls at wanadoo.fr
Sat May 5 11:54:43 UTC 2007


Hi,

editors/e3 does not start because of a bad syscall.
this one line patch fix the problem.
can you review and commit please?

regards

raoul
rmgls at wanadoo.fr

====================

--- 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





More information about the freebsd-ports-bugs mailing list