copyinst() takes a `size_t *'.
This commit is contained in:
parent
c0567a6bc7
commit
bd84136493
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: svr4_socket.c,v 1.6 1998/09/04 19:54:39 christos Exp $ */
|
||||
/* $NetBSD: svr4_socket.c,v 1.7 1999/05/27 14:03:05 pk Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1996 The NetBSD Foundation, Inc.
|
||||
@ -147,7 +147,8 @@ svr4_add_socket(p, path, st)
|
||||
struct stat *st;
|
||||
{
|
||||
struct svr4_sockcache_entry *e;
|
||||
int len, error;
|
||||
size_t len;
|
||||
int error;
|
||||
|
||||
if (!initialized) {
|
||||
TAILQ_INIT(&svr4_head);
|
||||
|
Loading…
Reference in New Issue
Block a user