diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1998-02-13 07:34:52 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1998-02-13 07:34:52 +0000 |
| commit | 9d767d027e21dd1f1ee4a10a8bfc5d6e91f8b4b0 (patch) | |
| tree | f2560fe6d78e7b97e36a4f8ec96d8f8e3f5aa7f9 /sys/i386/linux/linux.h | |
| parent | 5883bcc9d2838ef2d2989325bce04742cea13b59 (diff) | |
Notes
Diffstat (limited to 'sys/i386/linux/linux.h')
| -rw-r--r-- | sys/i386/linux/linux.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/i386/linux/linux.h b/sys/i386/linux/linux.h index 878ffea6207e..5638c4c7b248 100644 --- a/sys/i386/linux/linux.h +++ b/sys/i386/linux/linux.h @@ -25,7 +25,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * - * $Id: linux.h,v 1.17 1997/10/28 10:49:57 kato Exp $ + * $Id: linux.h,v 1.19 1997/12/15 06:09:11 msmith Exp $ */ #ifndef _I386_LINUX_LINUX_H_ @@ -99,7 +99,6 @@ struct linux_sigframe { void (*sf_handler)(int); }; -extern int bsd_to_linux_errno[]; extern int bsd_to_linux_signal[]; extern int linux_to_bsd_signal[]; extern char linux_sigcode[]; |
