diff options
| author | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2012-01-11 00:31:04 +0000 |
|---|---|---|
| committer | Pawel Jakub Dawidek <pjd@FreeBSD.org> | 2012-01-11 00:31:04 +0000 |
| commit | 9de091f2efce4f45e2efe2afe054725b3c1dd2e5 (patch) | |
| tree | 309c78a0d65a25722c9d3843898fcab1fc8c28d2 /lib/libutil/libutil.h | |
| parent | fad901eb2b2e04e5041764225e71bd44401bf835 (diff) | |
Notes
Diffstat (limited to 'lib/libutil/libutil.h')
| -rw-r--r-- | lib/libutil/libutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libutil/libutil.h b/lib/libutil/libutil.h index 25ac1dba1213..724150395058 100644 --- a/lib/libutil/libutil.h +++ b/lib/libutil/libutil.h @@ -170,7 +170,7 @@ struct pidfh *pidfile_open(const char *path, mode_t mode, pid_t *pidptr); int pidfile_write(struct pidfh *pfh); int pidfile_close(struct pidfh *pfh); int pidfile_remove(struct pidfh *pfh); -int pidfile_fileno(struct pidfh *pfh); +int pidfile_fileno(const struct pidfh *pfh); #endif #ifdef _UFS_UFS_QUOTA_H_ |
