mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
bf02ecd7e2
TiLP is a Linking Program to send/receive files to/from your TI calculator. PR: ports/56137 Submitted by: Tijl Coosemans <tijl@ulyssis.org>
20 lines
353 B
C
20 lines
353 B
C
--- 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;
|
|
}
|
|
|