stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] [PATCH] modified: wrappers.lisp @250


From: Julian Stecklina
Subject: Re: [STUMP] [PATCH] modified: wrappers.lisp @250
Date: Thu, 16 Apr 2009 18:57:40 +0200
User-agent: Gnus/5.101 (Gnus v5.10.10)

Egon Hyszczak <address@hidden> writes:

> ---
>  wrappers.lisp |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/wrappers.lisp b/wrappers.lisp
> index 7bae9fe..d4c9db9 100644
> --- a/wrappers.lisp
> +++ b/wrappers.lisp
> @@ -247,7 +247,7 @@ they should be windows. So use this function to make a 
> window out of them."
>  
>  #+ (and clisp (not (or linux freebsd)))
>  (eval-when (eval load compile)
> -  (let ((osname (os:uname-sysname (os:uname))))
> +  (let ((osname (posix:uname-sysname (posix:uname))))
>      (cond
>        ((string= osname "Linux") (pushnew :linux *features*))
>        ((string= osname "FreeBSD") (pushnew :freebsd *features*))

Is there any reason for this change?

Regards,
-- 
Julian Stecklina

The day Microsoft makes something that doesn't suck is probably the day
they start making vacuum cleaners - Ernst Jan Plugge





reply via email to

[Prev in Thread] Current Thread [Next in Thread]