From e2b84550141e74d18c91ed2c1864b7f98ec644fb Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Thu, 20 Jun 2002 18:23:06 +0000 Subject: [PATCH] * misc.c (setsysinfo): Removed a #warning for Alpha's uniligedn trap disabling - it is quite possible that this is a debug relict. --- g10/ChangeLog | 5 +++++ g10/misc.c | 1 - 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/g10/ChangeLog b/g10/ChangeLog index f5775660b..ce2c0b410 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,8 @@ +2002-06-20 Werner Koch + + * misc.c (setsysinfo): Removed a #warning for Alpha's uniligedn + trap disabling - it is quite possible that this is a debug relict. + 2002-06-20 Stefan Bellon * g10.c [__riscos__]: Added image file system feature. diff --git a/g10/misc.c b/g10/misc.c index 54c1239b6..1fb635d83 100644 --- a/g10/misc.c +++ b/g10/misc.c @@ -60,7 +60,6 @@ pull_in_libs(void) #if defined(__linux__) && defined(__alpha__) && __GLIBC__ < 2 -#warning using trap_unaligned static int setsysinfo(unsigned long op, void *buffer, unsigned long size, int *start, void *arg, unsigned long flag)