diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-09-09 05:46:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-09-09 05:46:18 +0000 |
commit | b379bfba6071fa4b9b45623eedcb70f0e062c254 (patch) | |
tree | 3f569e2e157351e828515f0b841f09eade246ff2 | |
parent | b4558cf6db8c18d385526bc25298869b589ca5d8 (diff) |
comment inside comment
-rw-r--r-- | lib/libutil/login_fbtab.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libutil/login_fbtab.c b/lib/libutil/login_fbtab.c index 3a7cf721d85..23735b9de5e 100644 --- a/lib/libutil/login_fbtab.c +++ b/lib/libutil/login_fbtab.c @@ -1,4 +1,4 @@ -/* $OpenBSD: login_fbtab.c,v 1.13 2006/03/30 20:44:45 deraadt Exp $ */ +/* $OpenBSD: login_fbtab.c,v 1.14 2007/09/09 05:46:17 deraadt Exp $ */ /************************************************************************ * Copyright 1995 by Wietse Venema. All rights reserved. Some individual @@ -153,7 +153,7 @@ login_protect(const char *path, mode_t mask, uid_t uid, gid_t gid) syslog(LOG_ERR, "%s: chown(%s): %m", _PATH_FBTAB, path); } else { /* - * This is a wildcard directory (/path/to/whatever/*). + * This is a wildcard directory (/path/to/whatever/ * ). * Make a copy of path without the trailing '*' (but leave * the trailing '/' so we can append directory entries.) */ |