X-Git-Url: https://git.decadent.org.uk/gitweb/?p=nfs-utils.git;a=blobdiff_plain;f=utils%2Fmount%2Fnfs_mount.h;h=2becfb1a0d655093385f47571b026124218fcf46;hp=7df8fb262f97f7925a4839bd99ce10f9226c7f89;hb=c51c20dfa8a81a5d512defcbbf1b7adec3adc591;hpb=7a92dbf8cc01ed3b32c124d8f23348a39b992b54 diff --git a/utils/mount/nfs_mount.h b/utils/mount/nfs_mount.h index 7df8fb2..2becfb1 100644 --- a/utils/mount/nfs_mount.h +++ b/utils/mount/nfs_mount.h @@ -8,8 +8,8 @@ * so it is easiest to ignore the kernel altogether (at compile time). */ -#ifndef _NFS_MOUNT_H -#define _NFS_MOUNT_H +#ifndef _NFS_UTILS_MOUNT_NFS_MOUNT_H +#define _NFS_UTILS_MOUNT_NFS_MOUNT_H #include #include @@ -83,4 +83,4 @@ struct nfs_mount_data { int nfsmount(const char *, const char *, int , char **, int, int); int nfsumount(int, char **); -#endif /* _NFS_MOUNT_H */ +#endif /* _NFS_UTILS_MOUNT_NFS_MOUNT_H */