PERFORCE change 193892 for review

Ilya Putsikau ilya at FreeBSD.org
Sun May 29 10:56:24 UTC 2011


http://p4web.freebsd.org/@@193892?ac=10

Change 193892 by ilya at ilya_triton2011 on 2011/05/29 10:56:00

	Add #ifdef to fuse_node.h

Affected files ...

.. //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_node.h#2 edit

Differences ...

==== //depot/projects/soc2011/ilya_fuse/fuse_module/fuse_node.h#2 (text+ko) ====

@@ -1,3 +1,6 @@
+#ifndef _FUSE_NODE_H_
+#define _FUSE_NODE_H_
+
 /*
  * Private data of a fuse vnode
  */
@@ -74,3 +77,5 @@
 int fuse_get_filehandle(struct vnode *vp, struct thread *td, struct ucred *cred,
                    int mode, struct fuse_filehandle **fufhp,
                    struct get_filehandle_param *gefhp);
+
+#endif /* _FUSE_NODE_H_ */


More information about the p4-projects mailing list