dcd5a59aab
* remove himself from MAINTAINER as per his request * fix data types to correct compile time warnings * fix an off by one - regen PLIST while here note: this port should be marked as EOL and removed or is anyone still using this?
15 lines
451 B
Plaintext
15 lines
451 B
Plaintext
$OpenBSD: patch-radius_src_acct_c,v 1.1 2008/07/02 18:07:41 ajacoutot Exp $
|
|
--- radius/src/acct.c.orig Mon Jun 30 13:39:26 2008
|
|
+++ radius/src/acct.c Mon Jun 30 13:40:45 2008
|
|
@@ -118,8 +118,8 @@ int fd;
|
|
int logok;
|
|
int proxied;
|
|
int retsig;
|
|
- int result;
|
|
- size_t salen;
|
|
+ ssize_t result;
|
|
+ socklen_t salen;
|
|
struct sockaddr_in *sin;
|
|
u_short port;
|
|
|