diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-04 18:58:51 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-05-04 18:58:51 +0000 |
commit | 827bf4599afcc82fb73f3e1878d0a8f1d844c082 (patch) | |
tree | 24b5130ef8583a7283596a9dfcd8f30d10a91f81 /sbin/dhclient/dispatch.c | |
parent | 2bcbcadf73ccafdf58efa86d49cd78457540582d (diff) |
more shrink and lint fixes; henning ok
Diffstat (limited to 'sbin/dhclient/dispatch.c')
-rw-r--r-- | sbin/dhclient/dispatch.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/dhclient/dispatch.c b/sbin/dhclient/dispatch.c index 275a62792ec..2ea7b860a7f 100644 --- a/sbin/dhclient/dispatch.c +++ b/sbin/dhclient/dispatch.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dispatch.c,v 1.23 2004/04/07 16:27:08 henning Exp $ */ +/* $OpenBSD: dispatch.c,v 1.24 2004/05/04 18:58:50 deraadt Exp $ */ /* * Copyright 2004 Henning Brauer <henning@openbsd.org> @@ -241,7 +241,7 @@ got_one(struct protocol *l) struct sockaddr_in from; struct hardware hfrom; struct iaddr ifrom; - size_t result; + ssize_t result; union { /* * Packet input buffer. Must be as large as largest |