X-Git-Url: http://git.kpe.io/?p=wol.git;a=blobdiff_plain;f=package.lisp;h=15b1d123a0e87386494cdcbc07b9480972ed9bc0;hp=9f2014c622b99fb781d2dd54031177ae792d92d1;hb=HEAD;hpb=ca586910648f4844e335d92f23e619fd2b84f969 diff --git a/package.lisp b/package.lisp index 9f2014c..15b1d12 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: April 2001 ;;;; -;;;; $Id: package.lisp,v 1.5 2003/08/10 17:56:44 kevin Exp $ +;;;; $Id$ ;;;; ;;;; This file and wol are Copyright (c) 2001-2003 by Kevin M. Rosenberg ;;;; ************************************************************************* @@ -17,7 +17,7 @@ (defpackage #:wol (:use #:kmrcl #:hyperobject #:common-lisp - #:lml2 #:base64 #:modlisp #:puri) + #:lml2 #:cl-base64 #:modlisp #:puri) (:export ;; classes.lisp @@ -31,7 +31,7 @@ #:request-url-next-plists #:request-posted-content #:request-raw-uri - + ;; projects.lisp #:wol-project #:header-slot-value @@ -39,7 +39,7 @@ #:request-query-value #:websession-variable #:with-wol-page - + ;; sessions.lisp ;; uri.lisp @@ -55,8 +55,8 @@ ) (:shadowing-import-from #+allegro :mp #-allegro :acl-compat-mp - :with-process-lock :make-process-lock - :process-kill :process-run-function - ) + :with-process-lock :make-process-lock + :process-kill :process-run-function + ) )