diff options
author | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2002-03-27 14:08:44 +0000 |
---|---|---|
committer | Camiel Dobbelaar <camield@cvs.openbsd.org> | 2002-03-27 14:08:44 +0000 |
commit | eae5e6cfe2625830fca8b19b00318ed7354a0e56 (patch) | |
tree | 92611f304f680774c3fafdfab82835effe8027f2 /usr.sbin/popa3d/virtual.c | |
parent | e1c822bc86ad20e54425954f7580ef1df28cdd95 (diff) |
Mostly cosmetic update so we can call it 0.5.
ok millert@, fgsch@
Diffstat (limited to 'usr.sbin/popa3d/virtual.c')
-rw-r--r-- | usr.sbin/popa3d/virtual.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/popa3d/virtual.c b/usr.sbin/popa3d/virtual.c index 2202f8409f3..11091d0e038 100644 --- a/usr.sbin/popa3d/virtual.c +++ b/usr.sbin/popa3d/virtual.c @@ -1,4 +1,4 @@ -/* $OpenBSD: virtual.c,v 1.2 2001/09/21 20:22:06 camield Exp $ */ +/* $OpenBSD: virtual.c,v 1.3 2002/03/27 14:08:43 camield Exp $ */ /* * Virtual domain support. @@ -26,6 +26,10 @@ #include <netinet/in.h> #include <arpa/inet.h> +#ifndef NAME_MAX +#define NAME_MAX 255 +#endif + extern int log_error(char *s); char *virtual_domain; |