diff options
author | Moritz Schulte <moritz@duesseldorf.ccc.de> | 2002-10-19 12:04:42 +0000 |
---|---|---|
committer | Moritz Schulte <moritz@duesseldorf.ccc.de> | 2002-10-19 12:04:42 +0000 |
commit | ff0f5a422aae574c864c38b10185258192a230b2 (patch) | |
tree | 46bd0b9f90b973e92d3473cffd63b5938352fdd4 /netio.h | |
parent | 79c2c62389a1b99cb301391834ef807b57ea57ee (diff) |
2002-10-19 Moritz Schulte <moritz@duesseldorf.ccc.de>
* netio.h (NETIO_VERSION): Set to "0.2".
2002-10-19 Moritz Schulte <moritz@duesseldorf.ccc.de>
* main.c (main): Initialize stat_default.
* node.c: New variable: struct stat stat_default.
(node_make_new): Initialize (*node)->nn_stat with stat_default.
* node.c (node_make_protocol_node): Remove unnecessary nn_stat
initialization.
(node_make_host_node): Likewise.
(node_make_port_node): Likewise.
* main.c: New variable: int fsid ...
(main): ... initialized with getpid ().
2002-10-16 Moritz Schulte <moritz@duesseldorf.ccc.de>
* main.c: (main): Set netfs_root_node->nn_stat.st_fsid after
netfs_root_node->nn_stat is initialized.
* Makefile (CFLAGS): Added -D_FILE_OFFSET_BITS=64.
Diffstat (limited to 'netio.h')
-rw-r--r-- | netio.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -20,7 +20,7 @@ #include <stdint.h> #include <maptime.h> -#define NETIO_VERSION "0.1" +#define NETIO_VERSION "0.2" #define OPENONLY_STATE_MODES (O_CREAT|O_EXCL|O_NOLINK|O_NOTRANS|O_NONBLOCK) |