Module Name:    src
Committed By:   pho
Date:           Sat Jan 22 08:01:51 UTC 2022

Modified Files:
        src/lib/librefuse: fuse.h fuse_opt.h

Log Message:
Cosmetic changes


To generate a diff of this commit:
cvs rdiff -u -r1.29 -r1.30 src/lib/librefuse/fuse.h
cvs rdiff -u -r1.9 -r1.10 src/lib/librefuse/fuse_opt.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/lib/librefuse/fuse.h
diff -u src/lib/librefuse/fuse.h:1.29 src/lib/librefuse/fuse.h:1.30
--- src/lib/librefuse/fuse.h:1.29	Sat Jan 22 08:01:12 2022
+++ src/lib/librefuse/fuse.h	Sat Jan 22 08:01:50 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: fuse.h,v 1.29 2022/01/22 08:01:12 pho Exp $ */
+/* $NetBSD: fuse.h,v 1.30 2022/01/22 08:01:50 pho Exp $ */
 
 /*
  * Copyright © 2007 Alistair Crooks.  All rights reserved.
@@ -30,6 +30,7 @@
 #ifndef FUSE_H_
 #define FUSE_H_	20211204
 
+#include <fuse_opt.h>
 #include <refuse/buf.h>
 #include <refuse/legacy.h>
 #include <refuse/poll.h>
@@ -227,6 +228,4 @@ void fuse_unmount_compat22(const char *)
 }
 #endif
 
-#include <fuse_opt.h>
-
 #endif

Index: src/lib/librefuse/fuse_opt.h
diff -u src/lib/librefuse/fuse_opt.h:1.9 src/lib/librefuse/fuse_opt.h:1.10
--- src/lib/librefuse/fuse_opt.h:1.9	Wed Dec  1 14:17:50 2021
+++ src/lib/librefuse/fuse_opt.h	Sat Jan 22 08:01:50 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: fuse_opt.h,v 1.9 2021/12/01 14:17:50 pho Exp $	*/
+/*	$NetBSD: fuse_opt.h,v 1.10 2022/01/22 08:01:50 pho Exp $	*/
 
 /*
  * Copyright (c) 2007 Alistair Crooks.  All rights reserved.
@@ -35,7 +35,7 @@
 
 #ifdef __cplusplus
 extern "C" {
-#endif  
+#endif
 
 enum {
 	FUSE_OPT_KEY_OPT = -1,
@@ -44,6 +44,8 @@ enum {
 	FUSE_OPT_KEY_DISCARD = -4
 };
 
+struct fuse_args;
+
 struct fuse_opt {
 	const char	*templ;
 	int32_t		offset;
@@ -68,6 +70,6 @@ int fuse_opt_match(const struct fuse_opt
 
 #ifdef __cplusplus
 }
-#endif 
+#endif
 
 #endif /* _FUSE_OPT_H_ */

Reply via email to