Re: [q-lang-users] [qlist] Re: Good news, everyone!
Brought to you by:
agraef
From: Albert G. <Dr....@t-...> - 2006-12-19 13:13:07
|
Andrew Berg wrote: > Ok, from the man page: > int > setpgrp(pid_t pid, pid_t pgrp); > ...which would support your claims. On the other hand, looking at > 'unistd.h', I find: > > -------------------------------- > 448 #if __DARWIN_UNIX03 > 449 pid_t setpgrp(void) __DARWIN_ALIAS(setpgrp); > 450 #else /* !__DARWIN_UNIX03 */ > 451 int setpgrp(pid_t pid, pid_t pgrp); /* obsoleted > by setpgid() */ > 452 #endif /* __DARWIN_UNIX03 */ > -------------------------------- Hmm, so it seems that you actually have a setprgp which takes no parameters, in spite of what the manpage says. This is also confirmed by the compile error you reported in your other post. So which OSX version do you have? I need to know to be able to decide what to do about this... It should be something like 10.x.y, x=?, y=? Should be written on your OSX CDROM that you got with your Mac, I guess. Or maybe uname -a will tell you the version. Thanks, Albert -- Dr. Albert Gr"af Dept. of Music-Informatics, University of Mainz, Germany Email: Dr....@t-..., ag...@mu... WWW: http://www.musikinformatik.uni-mainz.de/ag |