1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/comms/tilp/files/patch-src-tilp_plugin.c
Edwin Groothuis bf02ecd7e2 [new port] TiLP: TI calculator link program
TiLP is a Linking Program to send/receive files to/from
	your TI calculator.

PR:		ports/56137
Submitted by:	Tijl Coosemans <tijl@ulyssis.org>
2003-09-08 11:03:44 +00:00

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;
}