From owner-cvs-games Sun Sep 22 07:46:02 1996 Return-Path: owner-cvs-games Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA21330 for cvs-games-outgoing; Sun, 22 Sep 1996 07:46:02 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id HAA21146; Sun, 22 Sep 1996 07:45:30 -0700 (PDT) Date: Sun, 22 Sep 1996 07:45:30 -0700 (PDT) From: Bruce Evans Message-Id: <199609221445.HAA21146@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games Subject: cvs commit: src/games/fortune/datfiles Makefile Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/22 07:45:29 Modified: games/fortune/datfiles Makefile Log: Fixed annoying non-null output for `make depend'. SRCS should only be used for C, C++ and assembler sources if is included. It was used for general files. This caused the __depend_* lists in to be empty, so mkdep was never run, so .depend never existed, so it was always out of date, so `rm -f .depend' was always executed to update it. Revision Changes Path 1.7 +4 -4 src/games/fortune/datfiles/Makefile From owner-cvs-games Tue Sep 24 01:12:05 1996 Return-Path: owner-cvs-games Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA12242 for cvs-games-outgoing; Tue, 24 Sep 1996 01:12:05 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id BAA11056; Tue, 24 Sep 1996 01:08:24 -0700 (PDT) Date: Tue, 24 Sep 1996 01:08:24 -0700 (PDT) From: Bruce Evans Message-Id: <199609240808.BAA11056@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-games, cvs-lib, cvs-sys, cvs-usrbin, cvs-gnu, cvs-sbin, cvs-usrsbin Subject: cvs commit: src/games/fortune/fortune fortune.c src/lib/libss help.c src/sys/i386/boot/biosboot sys.c src/usr.bin/msgs msgs.c src/usr.bin/rdist defs.h docmd.c expand.c server.c src/usr.bin/rwho rwho.c src/usr.sbin/amd/amd info_union.c src/gnu/lib/libdialog dir.c src/sbin/badsect badsect.c src/sbin/startslip uucplock.c src/usr.sbin/rarpd rarpd.c src/usr.sbin/sup/lib expand.c scan.c Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/24 01:08:18 Modified: games/fortune/fortune fortune.c gnu/lib/libdialog dir.c lib/libss help.c sbin/badsect badsect.c sbin/startslip uucplock.c sys/i386/boot/biosboot sys.c usr.bin/msgs msgs.c usr.bin/rdist defs.h docmd.c expand.c server.c usr.bin/rwho rwho.c usr.sbin/amd/amd info_union.c usr.sbin/rarpd rarpd.c usr.sbin/sup/lib expand.c scan.c Log: Eliminated includes of the "temporary" backwards compatibility header in applications. Maintained existing (inadequate) ifdefs for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any new ones. Revision Changes Path 1.5 +2 -6 src/games/fortune/fortune/fortune.c 1.3 +4 -4 src/gnu/lib/libdialog/dir.c 1.4 +1 -3 src/lib/libss/help.c 1.4 +2 -2 src/sbin/badsect/badsect.c 1.7 +1 -1 src/sbin/startslip/uucplock.c 1.16 +7 -7 src/sys/i386/boot/biosboot/sys.c 1.8 +2 -2 src/usr.bin/msgs/msgs.c 1.4 +1 -1 src/usr.bin/rdist/defs.h 1.6 +2 -2 src/usr.bin/rdist/docmd.c 1.4 +1 -1 src/usr.bin/rdist/expand.c 1.5 +3 -3 src/usr.bin/rdist/server.c 1.7 +2 -2 src/usr.bin/rwho/rwho.c 1.2 +4 -2 src/usr.sbin/amd/amd/info_union.c 1.7 +7 -3 src/usr.sbin/rarpd/rarpd.c 1.2 +2 -2 src/usr.sbin/sup/lib/expand.c 1.4 +5 -2 src/usr.sbin/sup/lib/scan.c From owner-cvs-games Tue Sep 24 02:43:45 1996 Return-Path: owner-cvs-games Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id CAA11468 for cvs-games-outgoing; Tue, 24 Sep 1996 02:43:45 -0700 (PDT) Received: from sovcom.kiae.su (sovcom.kiae.su [193.125.152.1]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id CAA10257; Tue, 24 Sep 1996 02:40:35 -0700 (PDT) Received: by sovcom.kiae.su id AB04818 (5.65.kiae-1 ); Tue, 24 Sep 1996 12:15:27 +0300 Received: by sovcom.KIAE.su (UUMAIL/2.0); Tue, 24 Sep 96 12:15:26 +0300 Received: (from ache@localhost) by nagual.ru (8.7.6/8.7.3) id NAA00481; Tue, 24 Sep 1996 13:12:30 +0400 (MSD) Message-Id: <199609240912.NAA00481@nagual.ru> Subject: Re: cvs commit: src/games/fortune/fortune fortune.c src/lib/libss help.c src/sys/i386/boot/biosboot sys.c src/usr.bin/msgs msgs.c s In-Reply-To: <199609240808.BAA11056@freefall.freebsd.org> from "Bruce Evans" at "Sep 24, 96 01:08:24 am" To: bde@freefall.freebsd.org (Bruce Evans) Date: Tue, 24 Sep 1996 13:12:30 +0400 (MSD) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-games@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org From: =?KOI8-R?Q?=E1=CE=C4=D2=C5=CA_=FE=C5=D2=CE=CF=D7?= (Andrey A. Chernov) Organization: self X-Class: Fast X-Mailer: ELM [version 2.4ME+ PL26 (25)] Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Log: > Eliminated includes of the "temporary" backwards compatibility header > in applications. Maintained existing (inadequate) ifdefs > for dir.h vs dirent.h in libdialog, amd and rarpd, but didn't add any > new ones. What do you think about adding some #warning in like for case? -- Andrey A. Chernov http://www.nagual.ru/~ache/ From owner-cvs-games Tue Sep 24 10:05:30 1996 Return-Path: owner-cvs-games Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA01495 for cvs-games-outgoing; Tue, 24 Sep 1996 10:05:30 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id JAA26476; Tue, 24 Sep 1996 09:53:53 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.7.6/8.6.9) id CAA07060; Wed, 25 Sep 1996 02:48:34 +1000 Date: Wed, 25 Sep 1996 02:48:34 +1000 From: Bruce Evans Message-Id: <199609241648.CAA07060@godzilla.zeta.org.au> To: ache@nagual.ru, bde@freefall.freebsd.org Subject: Re: cvs commit: src/games/fortune/fortune fortune.c src/lib/libss help.c src/sys/i386/boot/biosboot sys.c src/usr.bin/msgs msgs.c s Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-games@freefall.freebsd.org, cvs-gnu@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, cvs-sbin@freefall.freebsd.org, cvs-sys@freefall.freebsd.org, cvs-usrbin@freefall.freebsd.org, cvs-usrsbin@freefall.freebsd.org Sender: owner-cvs-games@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >What do you think about adding some #warning in like >for case? Already done, but not committed. What about removing DIRSIZ() completely? This would leave as just defining `direct' as `dirent'. DIRSIZ() is mainly used for building `struct dirent's and wasn't used in /usr/src except in the kernel. I sent mail to freebsd-fs about related cruft in the kernel, but got no reply. cd9660 and devfs use DIRSIZ() from . ufs uses its own DIRSIZ() which is really for the on-disk entries but happens to work for readdir() on all supported systems (I think it would fail if 64-bit alignment is required). ext2fs uses too much ufs directory stuff, but not DIRSIZ(). nfs uses ufs's DIRBLKSIZ, which is different from the application DIRBLKSIZ defined in . attempts to include , but actually includes because of the crufty -I$S/sys in the kernel makefiles. Bruce