From owner-cvs-usrbin Sat Feb 14 20:10:04 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16481 for cvs-usrbin-outgoing; Sat, 14 Feb 1998 20:10:04 -0800 (PST) (envelope-from owner-cvs-usrbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id UAA16347; Sat, 14 Feb 1998 20:09:54 -0800 (PST) (envelope-from jb@FreeBSD.org) From: John Birrell Received: (from jb@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id UAA02339; Sat, 14 Feb 1998 20:09:50 -0800 (PST) Date: Sat, 14 Feb 1998 20:09:50 -0800 (PST) Message-Id: <199802150409.UAA02339@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrbin@FreeBSD.ORG Subject: cvs commit: src/usr.bin/login login_fbtab.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jb 1998/02/14 20:09:49 PST Modified files: usr.bin/login login_fbtab.c Log: 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 "*". Revision Changes Path 1.5 +1 -1 src/usr.bin/login/login_fbtab.c