From: fredrik Date: Fri, 13 Apr 2007 03:55:26 +0000 (+0000) Subject: Apparently, scm_bits_t should be scm_t_bits now. X-Git-Tag: 0.3~11 X-Git-Url: http://git.dolda2000.com/gitweb/?p=doldaconnect.git;a=commitdiff_plain;h=dda84ebc28343bdbf06f0a4ba23ece4f0d00aad2 Apparently, scm_bits_t should be scm_t_bits now. git-svn-id: svn+ssh://svn.dolda2000.com/srv/svn/repos/src/doldaconnect@926 959494ce-11ee-0310-bf91-de5d638817bd --- diff --git a/lib/guile/dolcon-guile.c b/lib/guile/dolcon-guile.c index e2de1ce..1be85a0 100644 --- a/lib/guile/dolcon-guile.c +++ b/lib/guile/dolcon-guile.c @@ -22,7 +22,7 @@ struct scmcb }; static int fd = -1; -static scm_bits_t resptype; +static scm_t_bits resptype; static SCM scm_dc_connect(SCM host) {