diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-06 19:21:14 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-09-06 19:21:14 +0000 |
commit | 22a2d496c25fb678e4d53b515430ffcfeee93ae1 (patch) | |
tree | 659b0b3bbd73f075253a2f86e2ff4dc377f34386 /usr.sbin | |
parent | 2e272100edfd1b310debf8170f0507c595067621 (diff) |
socklen_t, not int.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/httpd/src/include/ap_config.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/httpd/src/include/ap_config.h b/usr.sbin/httpd/src/include/ap_config.h index d9c2a9ce6b9..bd14d42e75b 100644 --- a/usr.sbin/httpd/src/include/ap_config.h +++ b/usr.sbin/httpd/src/include/ap_config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ap_config.h,v 1.13 2002/07/19 21:31:15 henning Exp $ */ +/* $OpenBSD: ap_config.h,v 1.14 2002/09/06 19:21:13 henning Exp $ */ /* ==================================================================== * The Apache Software License, Version 1.1 @@ -692,6 +692,7 @@ extern char *crypt(); #if defined __OpenBSD__ #define HAVE_SYSVSEM_SERIALIZED_ACCEPT #define USE_SYSVSEM_SERIALIZED_ACCEPT +#define NET_SIZE_T socklen_t #endif #define HAVE_FLOCK_SERIALIZED_ACCEPT #define SINGLE_LISTEN_UNSERIALIZED_ACCEPT |