diff options
| author | Boris Popov <bp@FreeBSD.org> | 1999-10-31 03:39:03 +0000 |
|---|---|---|
| committer | Boris Popov <bp@FreeBSD.org> | 1999-10-31 03:39:03 +0000 |
| commit | 092d4c55d3dfb614ec4262bb474a96c08e208e45 (patch) | |
| tree | 25eb0b1c241046eb4a80842143d329050fa11867 /lib/libncp/ncpl_file.c | |
| parent | 10e1cf639d7d89d63e88c076fdf02602c06ebdc2 (diff) | |
Notes
Diffstat (limited to 'lib/libncp/ncpl_file.c')
| -rw-r--r-- | lib/libncp/ncpl_file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libncp/ncpl_file.c b/lib/libncp/ncpl_file.c index e305bc0b0999..ab8bb76de56a 100644 --- a/lib/libncp/ncpl_file.c +++ b/lib/libncp/ncpl_file.c @@ -44,7 +44,7 @@ #include <nwfs/nwfs.h> int -ncp_read(int connid, ncp_fh *fh, off_t offset, size_t count, char *target) { +ncp_read(NWCONN_HANDLE connid, ncp_fh *fh, off_t offset, size_t count, char *target) { int result; struct ncp_rw rwrq; DECLARE_RQ; @@ -62,7 +62,7 @@ ncp_read(int connid, ncp_fh *fh, off_t offset, size_t count, char *target) { } int -ncp_write(int connid, ncp_fh *fh, off_t offset, size_t count, char *source) +ncp_write(NWCONN_HANDLE connid, ncp_fh *fh, off_t offset, size_t count, char *source) { int result; struct ncp_rw rwrq; |
