1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/lang/gnat_util/files/osint_scars.c
John Marino 0711a5977c lang/gnat_util: Update for 2015 tools
While here, convert autogen plist to static one.
2015-06-27 12:28:02 +00:00

15 lines
228 B
C

/* Dummy version of set_std_prefix (needed by osint.adb) */
void
set_std_prefix (char *path, int len)
{
}
/* Dummy version of update_path (needed by osint.adb) */
char *
update_path (char *path, char *key)
{
return path;
}