From owner-cvs-all Sat Feb 14 20:09:55 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id UAA16353 for cvs-all-outgoing; Sat, 14 Feb 1998 20:09:55 -0800 (PST) (envelope-from owner-cvs-all@FreeBSD.ORG) 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-all@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 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message