Source-Changes-HG archive

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

[src/trunk]: src/lib/librefuse Use the equivalent FUSE_VERSION. Probably a mo...



details:   https://anonhg.NetBSD.org/src/rev/66decd606035
branches:  trunk
changeset: 455719:66decd606035
user:      maya <maya%NetBSD.org@localhost>
date:      Wed Apr 10 21:42:52 2019 +0000

description:
Use the equivalent FUSE_VERSION. Probably a more adequately named macro for this

diffstat:

 lib/librefuse/refuse.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r a40a4294b1cc -r 66decd606035 lib/librefuse/refuse.c
--- a/lib/librefuse/refuse.c    Wed Apr 10 21:38:02 2019 +0000
+++ b/lib/librefuse/refuse.c    Wed Apr 10 21:42:52 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: refuse.c,v 1.99 2019/04/10 21:38:02 maya Exp $ */
+/*     $NetBSD: refuse.c,v 1.100 2019/04/10 21:42:52 maya Exp $        */
 
 /*
  * Copyright © 2007 Alistair Crooks.  All rights reserved.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>
 #if !defined(lint)
-__RCSID("$NetBSD: refuse.c,v 1.99 2019/04/10 21:38:02 maya Exp $");
+__RCSID("$NetBSD: refuse.c,v 1.100 2019/04/10 21:42:52 maya Exp $");
 #endif /* !lint */
 
 #include <sys/types.h>
@@ -1377,5 +1377,5 @@
 int
 fuse_version(void)
 {
-       return FUSE_USE_VERSION;
+       return FUSE_VERSION;
 }



Home | Main Index | Thread Index | Old Index