mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 11:26:29 -04:00
14 lines
228 B
C
14 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;
|
|
}
|