From owner-freebsd-bugs Mon Jul 29 16:40:03 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA00338 for bugs-outgoing; Mon, 29 Jul 1996 16:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id QAA00330; Mon, 29 Jul 1996 16:40:02 -0700 (PDT) Resent-Date: Mon, 29 Jul 1996 16:40:02 -0700 (PDT) Resent-Message-Id: <199607292340.QAA00330@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:"from deputy.pavilion.co.uk (deputy.pavilion.co.uk [194.242.128.24]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id QAA29897 for" ; Mon, 29 Jul 1996 16:32:02.-0700 (PDT) Received: from dialup1-36.pavilion.co.uk (dialup1-36.pavilion.co.uk [194.242.131.100]) by deputy.pavilion.co.uk (8.7/8.7) with SMTP id AAA06008 for ; Tue, 30 Jul 1996 00:31:21 +0100 (BST) Message-Id: <199607292331.AAA06008@deputy.pavilion.co.uk> Date: Tue, 30 Jul 1996 00:31:57 +0100 From: Aled Morris To: FreeBSD-gnats-submit@freebsd.org Subject: bin/1442: missing semicolon in /usr/src/usr.bin/chpass/edit.c Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 1442 >Category: bin >Synopsis: missing semicolon in /usr/src/usr.bin/chpass/edit.c >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jul 29 16:40:01 PDT 1996 >Last-Modified: >Originator: Aled Morris >Organization: Routers Ltd. >Release: FreeBSD 2.1-STABLE i386 >Environment: Non-YP >Description: A missing semicolon in /usr/src/usr.bin/chpass/edit.c causes compilation to fail if attempted without Yellow Pages support. >How-To-Repeat: Remove "-DYP" from Makefile and "make" (or eyeball the code) >Fix: *** edit.c.dist Sat Aug 26 08:15:13 1995 --- edit.c Mon Jul 29 22:31:44 1996 *************** *** 101,107 **** "#Changing %s information for %s.\n", _use_yp ? "NIS" : "user database", pw->pw_name); if (!uid && !_use_yp) { #else ! "#Changing user database information for %s.\n", pw->pw_name) if (!uid) { #endif /* YP */ (void)fprintf(fp, "Login: %s\n", pw->pw_name); --- 101,107 ---- "#Changing %s information for %s.\n", _use_yp ? "NIS" : "user database", pw->pw_name); if (!uid && !_use_yp) { #else ! "#Changing user database information for %s.\n", pw->pw_name); if (!uid) { #endif /* YP */ (void)fprintf(fp, "Login: %s\n", pw->pw_name); -- telephone +44 973 207987 O- >Audit-Trail: >Unformatted: