cd8c5e4de2
ok aanriot@, naddy@
13 lines
421 B
Plaintext
13 lines
421 B
Plaintext
$OpenBSD: patch-util_h,v 1.1 2007/05/26 22:06:19 rui Exp $
|
|
--- util.h.orig Sun Apr 29 11:49:51 2007
|
|
+++ util.h Sun Apr 29 11:49:54 2007
|
|
@@ -50,6 +50,6 @@ char *sprintable(char *);
|
|
int isnumeric(char *);
|
|
struct timeval tvdiff(struct timeval *, struct timeval *);
|
|
int tvsign(struct timeval *);
|
|
-char *iptos(u_long);
|
|
-char *iptohost(u_long);
|
|
+char *iptos(u_int32_t);
|
|
+char *iptohost(u_int32_t);
|
|
void debugoptions(void);
|