Skip to content
Snippets Groups Projects
Commit 7664f0c9 authored by Henrik (Grubba) Grubbström's avatar Henrik (Grubba) Grubbström
Browse files

Renamed files.port to files._port to be able to easier detect old stuff

that expect files.port->accept() to return something that behaves like
files.file used to.

Rev: src/modules/files/socket.c:1.35
parent 98fe34be
No related branches found
No related tags found
No related merge requests found
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
#include "file_machine.h" #include "file_machine.h"
#include "file.h" #include "file.h"
RCSID("$Id: socket.c,v 1.34 1998/04/16 21:39:45 hubbe Exp $"); RCSID("$Id: socket.c,v 1.35 1998/05/27 13:30:54 grubba Exp $");
#ifdef HAVE_SYS_TYPE_H #ifdef HAVE_SYS_TYPE_H
#include <sys/types.h> #include <sys/types.h>
...@@ -410,6 +410,6 @@ void port_setup_program(void) ...@@ -410,6 +410,6 @@ void port_setup_program(void)
set_init_callback(init_port_struct); set_init_callback(init_port_struct);
set_exit_callback(exit_port_struct); set_exit_callback(exit_port_struct);
end_class("port",0); end_class("_port",0);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment