Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Oct 2006 09:56:56 GMT
From:      Roman Divacky <rdivacky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 107869 for review
Message-ID:  <200610140956.k9E9uuMG064987@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107869

Change 107869 by rdivacky@rdivacky_witten on 2006/10/14 09:56:45

	Remove double definition of LINUX_NSIG

Affected files ...

.. //depot/projects/linuxolator/src/sys/compat/linux/linux_signal.h#3 edit

Differences ...

==== //depot/projects/linuxolator/src/sys/compat/linux/linux_signal.h#3 (text+ko) ====

@@ -35,7 +35,6 @@
 void bsd_to_linux_sigset(sigset_t *, l_sigset_t *);
 int linux_do_sigaction(struct thread *, int, l_sigaction_t *, l_sigaction_t *);
 
-#define LINUX_NSIG 64
 #define LINUX_SIG_VALID(sig)	((sig) <= LINUX_NSIG && (sig) > 0)
 
 #endif /* _LINUX_SIGNAL_H_ */



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