aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/util.c
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2002-01-06 21:44:16 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2002-01-06 21:44:16 +0000
commit6ebe234cc8160d7540add80a75cc7772e08236f5 (patch)
treefc2a93821f0f758592a7f893de8b79104b3a728e /kernel/util.c
parent019b4e949d99a38a46082ec390e5162a394237aa (diff)
downloadlibfuse-6ebe234cc8160d7540add80a75cc7772e08236f5.tar.gz
minor changes
Diffstat (limited to 'kernel/util.c')
-rw-r--r--kernel/util.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/kernel/util.c b/kernel/util.c
index beed271..e2679a0 100644
--- a/kernel/util.c
+++ b/kernel/util.c
@@ -12,7 +12,10 @@
MODULE_AUTHOR("Miklos Szeredi <mszeredi@inf.bme.hu>");
MODULE_DESCRIPTION("Filesystem in Userspace");
+
+#ifdef MODULE_LICENSE
MODULE_LICENSE("GPL");
+#endif
spinlock_t fuse_lock = SPIN_LOCK_UNLOCKED;