i am trying to install software on 5.11 with an installer script that is giving
me grief about not using 5.10. problem is that when i run the posted script...
#!/usr/sbin/dtrace -Cws
#include </usr/include/sys/utsname.h>
syscall::uname:entry
{
this->in = (struct utsname *)arg0;
}
syscall::uname:return
{
copyoutstr($$1, (uintptr_t)&this->in->release[0], SYS_NMLN);
}
it returns
syscall::uname:entry: not found
syntax error at line 5: `(' unexpected
am i missing something? any help on this would be greatly appreciated.
This message posted from opensolaris.org
_______________________________________________
opensolaris-discuss mailing list
[email protected]