From 359d5b94467baedb2db94fa3f067640d1ec94413 Mon Sep 17 00:00:00 2001 From: Stelian Ionescu Date: Thu, 13 Dec 2007 17:21:54 +0100 Subject: [PATCH] Mix fixes. Signed-off-by: Stelian Ionescu --- net.sockets.asd | 2 +- sockets/pkgdcl.lisp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/net.sockets.asd b/net.sockets.asd index fa3044c..ddd6fea 100644 --- a/net.sockets.asd +++ b/net.sockets.asd @@ -1,6 +1,6 @@ ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Indent-tabs-mode: NIL -*- ;;; -;;; bsd-sockets.asd --- ASDF system definition. +;;; net.sockets.asd --- ASDF system definition. ;;; ;;; Copyright (C) 2006-2007, Stelian Ionescu ;;; diff --git a/sockets/pkgdcl.lisp b/sockets/pkgdcl.lisp index 507911e..6f59e0c 100644 --- a/sockets/pkgdcl.lisp +++ b/sockets/pkgdcl.lisp @@ -1,6 +1,6 @@ ;;;; -*- Mode: Lisp; Syntax: ANSI-Common-Lisp; Indent-tabs-mode: NIL -*- ;;; -;;; package.lisp --- Package definition. +;;; pkgdcl.lisp --- Package definition. ;;; ;;; Copyright (C) 2006-2007, Stelian Ionescu ;;; -- 2.11.4.GIT