X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Futils_mount.h;h=bc0077f95db3cac3fbf44cc637cc81bb9ddb87b2;hb=3b618a331d47fa5868f414b42439f7a0f08667cd;hp=822f786e711403a7bbd826e12144201826fe8c4e;hpb=76dc4d3055400e59c453ed1ffbfa70c0a28eae15;p=collectd.git diff --git a/src/utils_mount.h b/src/utils_mount.h index 822f786e..bc0077f9 100644 --- a/src/utils_mount.h +++ b/src/utils_mount.h @@ -1,6 +1,6 @@ /** * collectd - src/utils_mount.h - * Copyright (C) 2005 Niki W. Waibel + * Copyright (C) 2005,2006 Niki W. Waibel * * This program is free software; you can redistribute it and/ * or modify it under the terms of the GNU General Public Li- @@ -23,11 +23,10 @@ /* See below for instructions how to use the public functions. */ -#if !COLLECTD_UTILS_MOUNT_H +#ifndef COLLECTD_UTILS_MOUNT_H #define COLLECTD_UTILS_MOUNT_H 1 -#include "common.h" - +#include #if HAVE_FS_INFO_H # include #endif @@ -120,7 +119,7 @@ char *cu_mount_checkoption(char *line, char *keyword, int full); DESCRIPTION The cu_mount_checkoption() function is a replacement of char *hasmntopt(const struct mntent *mnt, const char *opt). - In fact hasmntopt() just looks for the first occurence of the + In fact hasmntopt() just looks for the first occurrence of the characters at opt in mnt->mnt_opts. cu_mount_checkoption() checks for the *option* keyword in line, starting at the first character of line or after a ','.