From 90836d4e24318c05bdf33face38a8a79bd26ca75 Mon Sep 17 00:00:00 2001 From: John Birrell Date: Sun, 15 Feb 1998 04:09:48 +0000 Subject: [PATCH] gcc on alpha complains about nested comments. A comment in this file referred to a path ending in "/*" which was reasonable to me, but gcc wasn't so sure. So now the comment refers to a path ending in "*". --- usr.bin/login/login_fbtab.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/login/login_fbtab.c b/usr.bin/login/login_fbtab.c index 488b3f3e9ea9..66e9fb0a4bb4 100644 --- a/usr.bin/login/login_fbtab.c +++ b/usr.bin/login/login_fbtab.c @@ -35,7 +35,7 @@ whitespace: a login device (/dev/console), an octal permission number (0600), and a ":"-delimited list of devices (/dev/kbd:/dev/mouse). All device names are - absolute paths. A path that ends in "/*" refers to all + absolute paths. A path that ends in "*" refers to all directory entries except "." and "..". If the tty argument (relative path) matches a login device