aboutsummaryrefslogtreecommitdiffstats
path: root/comms/tilp/files/patch-src-tilp_plugin.c
blob: 73c94e2548ae7fe2adcedc60b51d5d1d1b1cceb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- src/tilp_plugin.c.orig  Wed Apr 23 20:51:57 2003
+++ src/tilp_plugin.c   Thu Apr 24 13:33:41 2003
@@ -168,6 +168,7 @@
    g_dir_close(dir);
    DISPLAY(_("Done !\n"));
 
+#ifndef __BSD__
    // Scan registry 
    DISPLAY(_("Scanning registry... "));
 #ifdef __WIN32__
@@ -229,7 +230,7 @@
    }
    fclose(reg);
    DISPLAY(_("Done !\n"));
-
+#endif
    return 0;
 }