Re: [osol-discuss] Some fun with isaexec(1) ...

2006-04-01 Thread Roland Mainz
[EMAIL PROTECTED] wrote: > > >Few minutes ago the issue came up in irc://irc.freenode.org/#opensolaris > >why isaexec(1) does not use the isaexec(3C) function. > >Attached is a patch > >("solaris_usr_lib_isaexec_uses_isaexec_3c_function.diff.txt") which > >fixes the problem. > > > >* Benefits of t

Re: [osol-discuss] Some fun with isaexec(1) ...

2006-03-27 Thread Roland Mainz
[EMAIL PROTECTED] wrote: > >The problem is that |basename()| does not accept |const char *| input > >since it wants to delete any trailling '/'. Since they will never occur > >at the string's end for the output of |getexecname()| I removed this > >functionality from my copy of |basename()|, saving

Re: [osol-discuss] Some fun with isaexec(1) ...

2006-03-27 Thread Casper . Dik
>The problem is that |basename()| does not accept |const char *| input >since it wants to delete any trailling '/'. Since they will never occur >at the string's end for the output of |getexecname()| I removed this >functionality from my copy of |basename()|, saving a whole |malloc()|. >If you sti

Re: [osol-discuss] Some fun with isaexec(1) ...

2006-03-27 Thread Roland Mainz
Theo Schlossnagle wrote: > On Mar 25, 2006, at 5:01 AM, [EMAIL PROTECTED] wrote: > >> Few minutes ago the issue came up in irc://irc.freenode.org/ > >> #opensolaris > >> why isaexec(1) does not use the isaexec(3C) function. > >> Attached is a patch > >> ("solaris_usr_lib_isaexec_uses_isaexec_3c_fun

Re: [osol-discuss] Some fun with isaexec(1) ...

2006-03-27 Thread Roland Mainz
[EMAIL PROTECTED] wrote: > >Few minutes ago the issue came up in irc://irc.freenode.org/#opensolaris > >why isaexec(1) does not use the isaexec(3C) function. > >Attached is a patch > >("solaris_usr_lib_isaexec_uses_isaexec_3c_function.diff.txt") which > >fixes the problem. > > > >* Benefits of the

Re: [osol-discuss] Some fun with isaexec(1) ...

2006-03-25 Thread Theo Schlossnagle
On Mar 25, 2006, at 5:01 AM, [EMAIL PROTECTED] wrote: Few minutes ago the issue came up in irc://irc.freenode.org/ #opensolaris why isaexec(1) does not use the isaexec(3C) function. Attached is a patch ("solaris_usr_lib_isaexec_uses_isaexec_3c_function.diff.txt") which fixes the problem. *

Re: [osol-discuss] Some fun with isaexec(1) ...

2006-03-25 Thread Casper . Dik
>Few minutes ago the issue came up in irc://irc.freenode.org/#opensolaris >why isaexec(1) does not use the isaexec(3C) function. >Attached is a patch >("solaris_usr_lib_isaexec_uses_isaexec_3c_function.diff.txt") which >fixes the problem. > >* Benefits of the patch: >- /usr/lib/isaexec will be sma

[osol-discuss] Some fun with isaexec(1) ...

2006-03-24 Thread Roland Mainz
Hi! Few minutes ago the issue came up in irc://irc.freenode.org/#opensolaris why isaexec(1) does not use the isaexec(3C) function. Attached is a patch ("solaris_usr_lib_isaexec_uses_isaexec_3c_function.diff.txt") which fixes the problem. * Benefits of the patch: - /usr/lib/isaexec will be