Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F135414894
D25897.id75216.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
537 B
Referenced Files
None
Subscribers
None
D25897.id75216.diff
View Options
Index: head/stand/common/install.c
===================================================================
--- head/stand/common/install.c
+++ head/stand/common/install.c
@@ -286,10 +286,6 @@
setenv("serverip", inet_ntoa(servip), 1);
- if (proto == &tftp_fsops) {
- tftpip.s_addr = servip.s_addr;
- }
-
*pkgname = '/';
} else
pkgname = s;
@@ -340,7 +336,7 @@
fd = open(s, O_RDONLY);
if (fd != -1) {
close(fd);
- error = inter_include(s);
+ error = interp_include(s);
if (error == CMD_ERROR)
goto fail;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Nov 10, 4:04 PM (17 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25066184
Default Alt Text
D25897.id75216.diff (537 B)
Attached To
Mode
D25897: Fix compilation error for install.c in loader
Attached
Detach File
Event Timeline
Log In to Comment