X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=tests%2Fgethostname.cl;h=8d005b312e149139efa332d9900af9a8c686af69;hb=29dc3a388a41590a7fda00cb6b606ffe03b3c3d6;hp=409afd979aebebcd43c5ce54db76bb124c446667;hpb=47f88e60899603d0ae74d3ff28cac9852067e3d4;p=uffi.git diff --git a/tests/gethostname.cl b/tests/gethostname.cl index 409afd9..8d005b3 100644 --- a/tests/gethostname.cl +++ b/tests/gethostname.cl @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Feb 2002 ;;;; -;;;; $Id: gethostname.cl,v 1.9 2002/03/23 16:32:39 kevin Exp $ +;;;; $Id: gethostname.cl,v 1.10 2002/04/02 21:29:45 kevin Exp $ ;;;; ;;;; This file, part of UFFI, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -43,7 +43,7 @@ (uffi:convert-from-foreign-string name) (error "gethostname() failed.")))) -#+test-uffi +#+examples-uffi (format t "~&Hostname (technique 1): ~A" (gethostname)) (format t "~&Hostname (technique 2): ~A" (gethostname2))