diff options
author | 2007-09-09 05:46:17 +0000 | |
---|---|---|
committer | 2007-09-09 05:46:17 +0000 | |
commit | 11bf877b0fb6af4c956005bc6b846dda4101554b (patch) | |
tree | 77acc5de42adb32d6390bdc068ff6213d6b77329 /lib/libutil/login_fbtab.c | |
parent | don't try to set the recording gain or balance through /dev/audio[ctl] (diff) | |
download | wireguard-openbsd-11bf877b0fb6af4c956005bc6b846dda4101554b.tar.xz wireguard-openbsd-11bf877b0fb6af4c956005bc6b846dda4101554b.zip |
comment inside comment
Diffstat (limited to 'lib/libutil/login_fbtab.c')
-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.) */ |