X-Git-Url: http://git.kpe.io/?p=uffi.git;a=blobdiff_plain;f=examples%2Fgetshells.lisp;h=ceb210ce8ba94638480bc809970307a1ee98c369;hp=280009ff2ea52e4f106e7ec4f9573396c8baada3;hb=b86fdf882156aa45dc6e8e93a158dedf506f4233;hpb=3ade95bab16abe09642554e9cbf56f117f01e507 diff --git a/examples/getshells.lisp b/examples/getshells.lisp index 280009f..ceb210c 100644 --- a/examples/getshells.lisp +++ b/examples/getshells.lisp @@ -7,9 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Mar 2002 ;;;; -;;;; $Id$ -;;;; -;;;; This file, part of UFFI, is Copyright (c) 2002-2005 by Kevin M. Rosenberg +;;;; This file, part of UFFI, is Copyright (c) 2002-2010 by Kevin M. Rosenberg ;;;; ;;;; ************************************************************************* @@ -34,7 +32,7 @@ (let (shells) (do ((shell (uffi:convert-from-cstring (getusershell)) (uffi:convert-from-cstring (getusershell)))) - ((null shell)) + ((null shell)) (push shell shells)) (endusershell) (nreverse shells)))