X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=logger.lisp;h=d35708b6c540e3783c9ffabd35011a7fb190833f;hb=69e24d396d159da6778fc4ae9446e084f7304758;hp=c434cd3577a810f56db5b968616fe7f27963cf58;hpb=411d337e9bf17aef3f4a67c37bb9b1fb6aa08c85;p=irc-logger.git 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))