Print this page
5863 psiginfo arguments should be const
Reviewed by: Andy Stormont <astormont@racktopsystems.com>
Reviewed by: Garrett D'Amore <garrett@damore.org>
*** 23,32 ****
--- 23,33 ----
* Copyright (c) 1991, 2010, Oracle and/or its affiliates. All rights reserved.
* Copyright 2011 Nexenta Systems, Inc. All rights reserved.
* Copyright 2013 OmniTI Computer Consulting, Inc. All rights reserved.
* Copyright (c) 2013 Gary Mills
* Copyright 2014 Garrett D'Amore <garrett@damore.org>
+ * Copyright 2015 Circonus, Inc. All rights reserved.
*/
/* LINTLIBRARY */
/* PROTOLIB1 */
*** 758,768 ****
/* pipe.c */
int pipe(int *fds);
/* psiginfo.c */
! void psiginfo(siginfo_t *sip, char *s);
/* psignal.c */
void psignal(int sig, const char *s);
/* pt.c */
--- 759,769 ----
/* pipe.c */
int pipe(int *fds);
/* psiginfo.c */
! void psiginfo(const siginfo_t *sip, const char *s);
/* psignal.c */
void psignal(int sig, const char *s);
/* pt.c */