1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00

*** empty log message ***

This commit is contained in:
Mikael Djurfeldt 2000-06-14 01:33:20 +00:00
parent 2cf6d0146c
commit 43fbd20f25

View file

@ -1,5 +1,13 @@
2000-06-14 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
* socket.c (scm_getsockopt): Changed type for `optlen' from int to
size_t.
(scm_accept, scm_getsockname, scm_getpeername, scm_recvfrom):
Ditto for `tmp_size'.
(scm_addr_buffer_size): Changed type from int to size_t.
* random.c: #include <string.h>. (Needed by memcpy.)
* guile-snarf.awk.in: Replace the dot_doc_file arg with "-",
indicating stdin, instead of "" and don't reset ARGC. This is a
workaround for `nawk' in AIX 4.3 on RS6000 but, as far as I know,