From: Kevin M. Rosenberg Date: Wed, 7 Jan 2004 17:00:52 +0000 (+0000) Subject: r8500: remove old uffi declarations X-Git-Tag: v0.9.3~29 X-Git-Url: http://git.kpe.io/?p=irc-logger.git;a=commitdiff_plain;h=2db886103084235214cc42e42364da110e42afff r8500: remove old uffi declarations --- diff --git a/debian/changelog b/debian/changelog index f5ff8c3..e1a8b75 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-irc-logger (0.7.1-1) unstable; urgency=low + + * Remove old UFFI declarations + + -- Kevin M. Rosenberg Wed, 7 Jan 2004 10:00:32 -0700 + cl-irc-logger (0.7-1) unstable; urgency=low * New upstream diff --git a/logger.lisp b/logger.lisp index c434cd3..d35708b 100644 --- a/logger.lisp +++ b/logger.lisp @@ -246,11 +246,6 @@ (format stream "~S~%" (string-right-trim '(#\return) (raw-message-string msg))))) -(uffi:def-foreign-type time-t :unsigned-long) -(uffi:def-function ("ctime" c-ctime) - ((time (* time-t))) - :returning :cstring) - (defconstant +posix-epoch+ (encode-universal-time 0 0 0 1 1 1970 0))