summaryrefslogtreecommitdiff
path: root/source3/lib/netatalk.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/netatalk.c')
-rw-r--r--source3/lib/netatalk.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/lib/netatalk.c b/source3/lib/netatalk.c
index ae0a57154e..654d3f78d4 100644
--- a/source3/lib/netatalk.c
+++ b/source3/lib/netatalk.c
@@ -28,8 +28,6 @@
#ifdef WITH_NETATALK
-extern int DEBUGLEVEL;
-
/*****************
ntalk_resourcepath: creates the path to the netatalk resource fork for
a given file
@@ -155,5 +153,4 @@ int ntalk_chmod(const char *fname, mode_t perms)
return chmod(fname, perms);
}
-
#endif /* WITH_NETATALK */