msync on Hurd, dev_t on MIPS
Julien ÉLIE
julien at trigofacile.com
Wed Oct 28 16:37:49 UTC 2009
Hi,
The Debian build of INN 2.5.1 on Hurd gives a few warnings (which do not prevent
the package from being successfully compiled):
storage/libstorage.a(cnfs.o): In function `CNFSflushhead':
storage/cnfs/cnfs.c:214: warning: warning: msync is not implemented and will always fail
storage/libstorage.a(shmem.o): In function `smcReleaseExclusiveLock':
storage/buffindexed/shmem.c:130: warning: warning: semop is not implemented and will always fail
storage/libstorage.a(shmem.o): In function `smcGetSemaphore':
storage/buffindexed/shmem.c:29: warning: warning: semget is not implemented and will always fail
storage/libstorage.a(shmem.o): In function `smcCreateSemaphore':
storage/buffindexed/shmem.c:62: warning: warning: semctl is not implemented and will always fail
Is there something we can do about that?
On MIPS, we have:
hisv6/hisv6.c: In function 'hisv6_closefiles':
hisv6/hisv6.c:272: warning: large integer implicitly truncated to unsigned type
hisv6/hisv6.c: In function 'hisv6_new':
hisv6/hisv6.c:480: warning: large integer implicitly truncated to unsigned type
It corresponds to the cast to dev_t:
h->st.st_dev = (dev_t)-1;
How can we change that?
--
Julien ÉLIE
« -- Je ne comprends pas comment quelques gouttes de pluie peuvent...
-- Évidemment, tu ne te mouilles pas beaucoup dans cette affaire. » (Astérix)
More information about the inn-workers
mailing list