From 68e05a5470050c9eecb76c05110524fa535b6749 Mon Sep 17 00:00:00 2001 From: deraadt <> Date: Sun, 9 Sep 2007 05:46:17 +0000 Subject: [PATCH] comment inside comment --- src/lib/libutil/login_fbtab.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/libutil/login_fbtab.c b/src/lib/libutil/login_fbtab.c index 3a7cf721..23735b9d 100644 --- a/src/lib/libutil/login_fbtab.c +++ b/src/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.) */