Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/lib/librefuse Cosmetic changes



details:   https://anonhg.NetBSD.org/src/rev/a58a7cbe9176
branches:  trunk
changeset: 359766:a58a7cbe9176
user:      pho <pho%NetBSD.org@localhost>
date:      Sat Jan 22 08:01:50 2022 +0000

description:
Cosmetic changes

diffstat:

 lib/librefuse/fuse.h     |  5 ++---
 lib/librefuse/fuse_opt.h |  8 +++++---
 2 files changed, 7 insertions(+), 6 deletions(-)

diffs (59 lines):

diff -r d08bff569aae -r a58a7cbe9176 lib/librefuse/fuse.h
--- a/lib/librefuse/fuse.h      Sat Jan 22 08:01:12 2022 +0000
+++ b/lib/librefuse/fuse.h      Sat Jan 22 08:01:50 2022 +0000
@@ -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 @@
 }
 #endif
 
-#include <fuse_opt.h>
-
 #endif
diff -r d08bff569aae -r a58a7cbe9176 lib/librefuse/fuse_opt.h
--- a/lib/librefuse/fuse_opt.h  Sat Jan 22 08:01:12 2022 +0000
+++ b/lib/librefuse/fuse_opt.h  Sat Jan 22 08:01:50 2022 +0000
@@ -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 @@
        FUSE_OPT_KEY_DISCARD = -4
 };
 
+struct fuse_args;
+
 struct fuse_opt {
        const char      *templ;
        int32_t         offset;
@@ -68,6 +70,6 @@
 
 #ifdef __cplusplus
 }
-#endif 
+#endif
 
 #endif /* _FUSE_OPT_H_ */



Home | Main Index | Thread Index | Old Index