Browse Source

comment inside comment

OPENBSD_4_3
deraadt 17 years ago
parent
commit
68e05a5470
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      src/lib/libutil/login_fbtab.c

+ 2
- 2
src/lib/libutil/login_fbtab.c View File

@ -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.)
*/


Loading…
Cancel
Save