Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 May 2011 10:56:23 GMT
From:      Ilya Putsikau <ilya@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 193892 for review
Message-ID:  <201105291056.p4TAuNUU079404@skunkworks.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://p4web.freebsd.org/@@193892?ac=10

Change 193892 by ilya@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_ */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201105291056.p4TAuNUU079404>