From 7ed1fa50263e1fdebc82bdc7b8b0d901f6add5f7 Mon Sep 17 00:00:00 2001 From: Pawel Jakub Dawidek Date: Wed, 11 Jan 2012 00:31:04 +0000 Subject: Constify arguments. --- libutil/libutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libutil') diff --git a/libutil/libutil.h b/libutil/libutil.h index 25ac1db..7241503 100644 --- a/libutil/libutil.h +++ b/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_ -- cgit v1.2.3-56-ge451