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.h | |
parent | e1c822bc86ad20e54425954f7580ef1df28cdd95 (diff) |
Mostly cosmetic update so we can call it 0.5.
ok millert@, fgsch@
Diffstat (limited to 'usr.sbin/popa3d/virtual.h')
-rw-r--r-- | usr.sbin/popa3d/virtual.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/popa3d/virtual.h b/usr.sbin/popa3d/virtual.h index baa8e3b6d8d..307c21a05df 100644 --- a/usr.sbin/popa3d/virtual.h +++ b/usr.sbin/popa3d/virtual.h @@ -1,4 +1,4 @@ -/* $OpenBSD: virtual.h,v 1.2 2001/09/21 20:22:06 camield Exp $ */ +/* $OpenBSD: virtual.h,v 1.3 2002/03/27 14:08:43 camield Exp $ */ /* * Virtual domain support. @@ -29,7 +29,7 @@ extern int virtual_startup(void); * on fd 0), or as a part of the username. If the virtual domain is known, * virtual_domain and virtual_spool are set appropriately. If the username * is known as well, known is set. Returns the template user to run as if - * authentication is succeeds, or NULL otherwise. + * authentication succeeds, or NULL otherwise. */ extern struct passwd *virtual_userpass(char *user, char *pass, int *known); |