Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/vax/boot/boot Specify that the sock argument of soc...
details: https://anonhg.NetBSD.org/src/rev/6a61a5292994
branches: trunk
changeset: 765084:6a61a5292994
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Thu May 19 02:37:41 2011 +0000
description:
Specify that the sock argument of socktodesc() is an int,
instead of letting it default to int.
diffstat:
sys/arch/vax/boot/boot/netio.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r b7fe80e437f6 -r 6a61a5292994 sys/arch/vax/boot/boot/netio.c
--- a/sys/arch/vax/boot/boot/netio.c Wed May 18 20:55:09 2011 +0000
+++ b/sys/arch/vax/boot/boot/netio.c Thu May 19 02:37:41 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: netio.c,v 1.15 2009/10/26 19:16:58 cegger Exp $ */
+/* $NetBSD: netio.c,v 1.16 2011/05/19 02:37:41 jakllsch Exp $ */
/*-
* Copyright (c) 1996, 1997 The NetBSD Foundation, Inc.
@@ -94,7 +94,7 @@
static int inited = 0;
struct iodesc *
-socktodesc(sock)
+socktodesc(int sock)
{
return &desc;
}
Home |
Main Index |
Thread Index |
Old Index