freebsd32.h (dbf9f56d67682661f841a9a434375a0b5a0d693a) freebsd32.h (afde2b65938c86eaf4906998b5e9641ef5db62dc)
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

--- 207 unchanged lines hidden (view full) ---

216
217struct prpsinfo32 {
218 int pr_version;
219 u_int pr_psinfosz;
220 char pr_fname[PRFNAMESZ+1];
221 char pr_psargs[PRARGSZ+1];
222};
223
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

--- 207 unchanged lines hidden (view full) ---

216
217struct prpsinfo32 {
218 int pr_version;
219 u_int pr_psinfosz;
220 char pr_fname[PRFNAMESZ+1];
221 char pr_psargs[PRARGSZ+1];
222};
223
224struct mq_attr32 {
225 int mq_flags;
226 int mq_maxmsg;
227 int mq_msgsize;
228 int mq_curmsgs;
229 int __reserved[4];
230};
231
224#endif /* !_COMPAT_FREEBSD32_FREEBSD32_H_ */
232#endif /* !_COMPAT_FREEBSD32_FREEBSD32_H_ */