From 04d922235cd78aa171fc99ffcfe91180907cc6ce Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Thu, 17 May 2001 21:44:49 +0000 Subject: Standards demand that _band is long, not int. --- include/asm-mips64/siginfo.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/include/asm-mips64/siginfo.h b/include/asm-mips64/siginfo.h index b1cc51216..7ceb38090 100644 --- a/include/asm-mips64/siginfo.h +++ b/include/asm-mips64/siginfo.h @@ -1,10 +1,10 @@ -/* $Id: siginfo.h,v 1.2 2000/01/27 01:05:37 ralf Exp $ - * +/* * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory of this archive * for more details. * - * Copyright (C) 1998, 1999 by Ralf Baechle + * Copyright (C) 1998, 1999, 2001 Ralf Baechle + * Copyright (C) 2000, 2001 Silicon Graphics, Inc. */ #ifndef _ASM_SIGINFO_H #define _ASM_SIGINFO_H @@ -62,7 +62,7 @@ typedef struct siginfo { /* SIGPOLL, SIGXFSZ (To do ...) */ struct { - int _band; /* POLL_IN, POLL_OUT, POLL_MSG */ + long _band; /* POLL_IN, POLL_OUT, POLL_MSG */ int _fd; } _sigpoll; -- cgit v1.2.3