diff options
Diffstat (limited to 'usr/src/lib/libproc/common/Pcontrol.c')
| -rw-r--r-- | usr/src/lib/libproc/common/Pcontrol.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/usr/src/lib/libproc/common/Pcontrol.c b/usr/src/lib/libproc/common/Pcontrol.c index 751c0c3f8a..3b6ef35709 100644 --- a/usr/src/lib/libproc/common/Pcontrol.c +++ b/usr/src/lib/libproc/common/Pcontrol.c @@ -26,6 +26,7 @@ * Portions Copyright 2007 Chad Mynhier * Copyright 2012 DEY Storage Systems, Inc. All rights reserved. * Copyright (c) 2013 by Delphix. All rights reserved. + * Copyright 2015, Joyent, Inc. */ #include <assert.h> @@ -1320,6 +1321,13 @@ Pldt(struct ps_prochandle *P, struct ssd *pldt, int nldt) } #endif /* __i386 */ +/* ARGSUSED */ +void +Ppriv_free(struct ps_prochandle *P, prpriv_t *prv) +{ + free(prv); +} + /* * Return a malloced process privilege structure in *pprv. */ |
