]> git.decadent.org.uk Git - nfs-utils.git/blobdiff - utils/mount/nfs_mount.h
Clean up: add the traditional pre-processor safety check in headers under
[nfs-utils.git] / utils / mount / nfs_mount.h
index 7df8fb262f97f7925a4839bd99ce10f9226c7f89..2becfb1a0d655093385f47571b026124218fcf46 100644 (file)
@@ -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 <netinet/in.h>
 #include <arpa/inet.h>
@@ -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 */