X-Git-Url: http://git.kpe.io/?p=clsql.git;a=blobdiff_plain;f=db-postgresql-socket%2Fpostgresql-socket-package.lisp;h=fbedb5157cf2494bf0ecc59e905a47aa2bad7e68;hp=aa15fa796485d51a2d2162f0d63d3bd13671cc5e;hb=f67c4e2a4e5b8371a1b7c1629828999ff909f538;hpb=e567409d9fff3f7231c2a0bb69b345e19de2b246 diff --git a/db-postgresql-socket/postgresql-socket-package.lisp b/db-postgresql-socket/postgresql-socket-package.lisp index aa15fa7..fbedb51 100644 --- a/db-postgresql-socket/postgresql-socket-package.lisp +++ b/db-postgresql-socket/postgresql-socket-package.lisp @@ -7,8 +7,6 @@ ;;;; Programmers: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id$ -;;;; ;;;; This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; ;;;; CLSQL users are granted the rights to distribute and use this software @@ -21,7 +19,7 @@ #+lispworks (require "comm") (defpackage #:postgresql-socket - (:use #:cl md5) + (:use #:cl #:md5) (:export #:pgsql-ftype #:pgsql-ftype#bytea #:pgsql-ftype#int2 @@ -58,4 +56,3 @@ #:copy-cursor-row #:skip-cursor-row )) -