freebsd32.h (b17f9ad2c9da34e8544d02c3d530fe9fb41fdbe2) | freebsd32.h (7f08176ee8b672feebd8a12572b43dddcb88046e) |
---|---|
1/*- 2 * Copyright (c) 2001 Doug Rabson 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 226 unchanged lines hidden (view full) --- 235 236struct prpsinfo32 { 237 int pr_version; 238 u_int pr_psinfosz; 239 char pr_fname[PRFNAMESZ+1]; 240 char pr_psargs[PRARGSZ+1]; 241}; 242 | 1/*- 2 * Copyright (c) 2001 Doug Rabson 3 * All rights reserved. 4 * 5 * Redistribution and use in source and binary forms, with or without 6 * modification, are permitted provided that the following conditions 7 * are met: 8 * 1. Redistributions of source code must retain the above copyright --- 226 unchanged lines hidden (view full) --- 235 236struct prpsinfo32 { 237 int pr_version; 238 u_int pr_psinfosz; 239 char pr_fname[PRFNAMESZ+1]; 240 char pr_psargs[PRARGSZ+1]; 241}; 242 |
243struct thrmisc32 { 244 char pr_tname[MAXCOMLEN+1]; 245 u_int _pad; 246}; 247 |
|
243struct mq_attr32 { 244 int mq_flags; 245 int mq_maxmsg; 246 int mq_msgsize; 247 int mq_curmsgs; 248 int __reserved[4]; 249}; 250 --- 82 unchanged lines hidden --- | 248struct mq_attr32 { 249 int mq_flags; 250 int mq_maxmsg; 251 int mq_msgsize; 252 int mq_curmsgs; 253 int __reserved[4]; 254}; 255 --- 82 unchanged lines hidden --- |