BTW
struct pargs {
- u_int ar_ref; /* Reference count. */
- u_int ar_length; /* Length. */
- u_char ar_args[0]; /* Arguments. */
+ u_int ar_ref; /* Reference count. */
+ u_int ar_length; /* Length. */
+ u_char ar_args[0]; /* Arguments. */
};
style(9) says that you should use 2 tabs only if you need to..
the original is fine, because u_char fits in 1 tab..
On Fri, 26 Apr 2002, Jon Mini wrote:
> The patch below locks the process argument (struct pargs) reference
> count with a mutex:
>
> http://people.freebsd.org/~imp/smp.pargs.diff
>
> Please commit.
>
> Thanks,
> --
> Jonathan Mini
> mini@haikugeek.com
>
> <baka^ni> Yersterday, I was ashamed of myself. Today, I am just hungry.
>
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-smp" in the body of the message
>
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-smp" in the body of the message