mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
381 B
Plaintext
12 lines
381 B
Plaintext
--- src/exec/dpexec/loader.c.orig Wed May 26 01:51:54 1999
|
|
+++ src/exec/dpexec/loader.c Thu May 27 10:13:59 1999
|
|
@@ -852,7 +852,7 @@
|
|
return ERROR;
|
|
}
|
|
|
|
-Error DXUnloadObjFile(char *fname)
|
|
+Error DXUnloadObjFile(char *fname, char *envvar)
|
|
{
|
|
/* the unload routine needs the entry point address, which we
|
|
* wouldn't need to save unless this is an important function.
|