All architectures now make this `long', so we can remove the arch override.


---

 25-akpm/include/asm-generic/siginfo.h |    6 +-----
 1 files changed, 1 insertion(+), 5 deletions(-)

diff -puN include/asm-generic/siginfo.h~remove-__ARCH_SI_BAND_T include/asm-generic/siginfo.h
--- 25/include/asm-generic/siginfo.h~remove-__ARCH_SI_BAND_T	Fri Mar 26 13:53:20 2004
+++ 25-akpm/include/asm-generic/siginfo.h	Fri Mar 26 13:53:36 2004
@@ -26,10 +26,6 @@ typedef union sigval {
 #define __ARCH_SI_UID_T	uid_t
 #endif
 
-#ifndef __ARCH_SI_BAND_T
-#define __ARCH_SI_BAND_T long int
-#endif
-
 #ifndef HAVE_ARCH_SIGINFO_T
 
 typedef struct siginfo {
@@ -81,7 +77,7 @@ typedef struct siginfo {
 
 		/* SIGPOLL */
 		struct {
-			__ARCH_SI_BAND_T _band;	/* POLL_IN, POLL_OUT, POLL_MSG */
+			long _band;	/* POLL_IN, POLL_OUT, POLL_MSG */
 			int _fd;
 		} _sigpoll;
 	} _sifields;

_