aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2002-06-20 18:23:06 +0000
committerWerner Koch <[email protected]>2002-06-20 18:23:06 +0000
commite2b84550141e74d18c91ed2c1864b7f98ec644fb (patch)
tree8f9e37ad14967b975d0fea020887a600596e6738
parentimage file system feature and filetype for RISC OS (diff)
downloadgnupg-e2b84550141e74d18c91ed2c1864b7f98ec644fb.tar.gz
gnupg-e2b84550141e74d18c91ed2c1864b7f98ec644fb.zip
* misc.c (setsysinfo): Removed a #warning for Alpha's uniligedn
trap disabling - it is quite possible that this is a debug relict.
-rw-r--r--g10/ChangeLog5
-rw-r--r--g10/misc.c1
2 files changed, 5 insertions, 1 deletions
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 <[email protected]>
+
+ * 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 <[email protected]>
* 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)