From owner-cvs-lib Tue Sep 10 05:42:29 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA13331 for cvs-lib-outgoing; Tue, 10 Sep 1996 05:42:29 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA13312; Tue, 10 Sep 1996 05:42:15 -0700 (PDT) Date: Tue, 10 Sep 1996 05:42:15 -0700 (PDT) From: Peter Wemm Message-Id: <199609101242.FAA13312@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libtermcap termcap.h tputs.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk peter 96/09/10 05:42:14 Modified: lib/libtermcap termcap.h tputs.c Log: Change the last -Wall cleanup so that the tputs declaration doesn't conflict with the other declarations in other files. tputs() is traditionally declared to return int, not void. curses.h has it as int. ncurses has int and actually sets the return value. This problem has been causing the ircII port to not compile. (I've only minimally tested this, I do not have libtermcap on my systems) Revision Changes Path 1.8 +2 -2 src/lib/libtermcap/termcap.h 1.7 +5 -4 src/lib/libtermcap/tputs.c From owner-cvs-lib Tue Sep 10 10:17:20 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA28194 for cvs-lib-outgoing; Tue, 10 Sep 1996 10:17:20 -0700 (PDT) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA28169; Tue, 10 Sep 1996 10:16:54 -0700 (PDT) Received: (from adam@localhost) by veda.is (8.7.5/8.7.3) id RAA12124; Tue, 10 Sep 1996 17:16:39 GMT From: Adam David Message-Id: <199609101716.RAA12124@veda.is> Subject: Re: cvs commit: src/lib/libftpio ftpio.c To: jkh@freefall.freebsd.org (Jordan K. Hubbard) Date: Tue, 10 Sep 1996 17:16:36 +0000 (GMT) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, freebsd-ports@freebsd.org In-Reply-To: <199608312202.PAA18753@freefall.freebsd.org> from "Jordan K. Hubbard" at "Aug 31, 96 03:02:22 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > jkh 96/08/31 15:02:21 > > Modified: lib/libftpio ftpio.c > Log: > Intelligently cache previous connection to host if we can still > use it. > > Correct a typo bogon that had REST mistyped as RETR. No wonder fetch's > restart command didn't work! :-( > > Revision Changes Path > 1.13 +32 -10 src/lib/libftpio/ftpio.c > nope sorry, it's still not working. I had FETCH_BEFORE_ARGS=-r and was almost finished fetching a file from the master site, then the connection timed out and it refetched the file from ftp.freebsd.org starting at offset 0. A different but related problem is that 'make fetch' skips partially fetched files because it thinks they have already been fetched successfully. I don't have time to look at it at the moment. Adam From owner-cvs-lib Tue Sep 10 10:30:53 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id KAA29340 for cvs-lib-outgoing; Tue, 10 Sep 1996 10:30:53 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id KAA29329; Tue, 10 Sep 1996 10:30:50 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id KAA20426; Tue, 10 Sep 1996 10:30:12 -0700 (PDT) To: Adam David cc: jkh@freefall.freebsd.org (Jordan K. Hubbard), CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, freebsd-ports@freebsd.org Subject: Re: cvs commit: src/lib/libftpio ftpio.c In-reply-to: Your message of "Tue, 10 Sep 1996 17:16:36 -0000." <199609101716.RAA12124@veda.is> Date: Tue, 10 Sep 1996 10:30:12 -0700 Message-ID: <20424.842376612@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > nope sorry, it's still not working. > > I had FETCH_BEFORE_ARGS=-r and was almost finished fetching a file from the > master site, then the connection timed out and it refetched the file from > ftp.freebsd.org starting at offset 0. Huh! Can you try this more stand-alone? It works in my tests. :-( > A different but related problem is that 'make fetch' skips partially fetched > files because it thinks they have already been fetched successfully. Not much I can do about that - if you want to save what you've transfered already, you have to save the file. I don't see as how ports could know a good one from a bad one. I guess the other alternative would be to go to a temporary file all the time with fetch, only moving the file over it's been fully fetched. Jordan From owner-cvs-lib Tue Sep 10 12:08:15 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA06829 for cvs-lib-outgoing; Tue, 10 Sep 1996 12:08:15 -0700 (PDT) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA06790; Tue, 10 Sep 1996 12:08:01 -0700 (PDT) Received: (from adam@localhost) by veda.is (8.7.5/8.7.3) id TAA12202; Tue, 10 Sep 1996 19:04:37 GMT From: Adam David Message-Id: <199609101904.TAA12202@veda.is> Subject: Re: cvs commit: src/lib/libftpio ftpio.c To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Tue, 10 Sep 1996 19:04:34 +0000 (GMT) Cc: jkh@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, freebsd-ports@freebsd.org In-Reply-To: <20424.842376612@time.cdrom.com> from "Jordan K. Hubbard" at "Sep 10, 96 10:30:12 am" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > I had FETCH_BEFORE_ARGS=-r and was almost finished fetching a file from the > > master site, then the connection timed out and it refetched the file from > > ftp.freebsd.org starting at offset 0. > > Huh! Can you try this more stand-alone? It works in my tests. :-( Oh, I think I see what's going on. Two sites have different timestamps on the files, so when fetch(1) compares them it thinks "different file" and starts over. In the standalone case this is useful behaviour... but when multiple sites are expected to contain the same file (though the actual filename may even differ), this safety catch can get in the way. > > A different but related problem is that 'make fetch' skips partially fetched > > files because it thinks they have already been fetched successfully. > > Not much I can do about that - if you want to save what you've > transfered already, you have to save the file. I don't see as how > ports could know a good one from a bad one. I guess the other > alternative would be to go to a temporary file all the time with > fetch, only moving the file over it's been fully fetched. It could be checksummed and assume a partial transfer if there's a mismatch. Of course, a simple size check would suffice and would likely be more accurate for this purpose, but we are not storing file sizes. A quick Makefile hack would be to flag the file in some way if the transfer does not complete normally, for instance by setting its mode or timestamp to 0. 'make fetch' could notice this next time round and take appropriate action. We would still want it to be manually selectable whether to "get" or "reget" the file, using the FETCH_BEFORE_ARGS mechanism only. Adam From owner-cvs-lib Tue Sep 10 12:46:23 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA08806 for cvs-lib-outgoing; Tue, 10 Sep 1996 12:46:23 -0700 (PDT) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA08795; Tue, 10 Sep 1996 12:46:02 -0700 (PDT) Received: (from adam@localhost) by veda.is (8.7.5/8.7.3) id TAA12231; Tue, 10 Sep 1996 19:42:43 GMT From: Adam David Message-Id: <199609101942.TAA12231@veda.is> Subject: Re: cvs commit: src/lib/libftpio ftpio.c To: adam@veda.is (Adam David) Date: Tue, 10 Sep 1996 19:42:41 +0000 (GMT) Cc: jkh@time.cdrom.com, jkh@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, freebsd-ports@freebsd.org In-Reply-To: <199609101904.TAA12202@veda.is> from Adam David at "Sep 10, 96 07:04:34 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Two sites have different timestamps on the files, so when fetch(1) compares > them it thinks "different file" and starts over. It's worse, the time on the partly downloaded file is never updated to match the remote file. > > Not much I can do about that - if you want to save what you've > > transfered already, you have to save the file. I don't see as how > > ports could know a good one from a bad one. I guess the other > > alternative would be to go to a temporary file all the time with > > fetch, only moving the file over it's been fully fetched. > A quick Makefile hack would be to flag the file in some way if the transfer > does not complete normally, for instance by setting its mode or timestamp On second look, it seems very reasonable in this context for fetch(1) to set the timestamp to 0 if an error occurs during download. Adam From owner-cvs-lib Tue Sep 10 12:51:05 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA09197 for cvs-lib-outgoing; Tue, 10 Sep 1996 12:51:05 -0700 (PDT) Received: from time.cdrom.com (time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA09185; Tue, 10 Sep 1996 12:51:00 -0700 (PDT) Received: from time.cdrom.com (localhost [127.0.0.1]) by time.cdrom.com (8.7.5/8.6.9) with ESMTP id MAA21246; Tue, 10 Sep 1996 12:50:25 -0700 (PDT) To: Adam David cc: jkh@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, freebsd-ports@freebsd.org Subject: Re: cvs commit: src/lib/libftpio ftpio.c In-reply-to: Your message of "Tue, 10 Sep 1996 19:42:41 -0000." <199609101942.TAA12231@veda.is> Date: Tue, 10 Sep 1996 12:50:24 -0700 Message-ID: <21244.842385024@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > It's worse, the time on the partly downloaded file is never updated to match > the remote file. See 19 byte fix just committed. :-) Jordan From owner-cvs-lib Tue Sep 10 12:54:44 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA09393 for cvs-lib-outgoing; Tue, 10 Sep 1996 12:54:44 -0700 (PDT) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id MAA09378; Tue, 10 Sep 1996 12:54:31 -0700 (PDT) Received: (from adam@localhost) by veda.is (8.7.5/8.7.3) id TAA12252; Tue, 10 Sep 1996 19:53:52 GMT From: Adam David Message-Id: <199609101953.TAA12252@veda.is> Subject: Re: cvs commit: src/lib/libftpio ftpio.c To: adam@veda.is (Adam David) Date: Tue, 10 Sep 1996 19:53:50 +0000 (GMT) Cc: jkh@time.cdrom.com, jkh@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, freebsd-ports@freebsd.org In-Reply-To: <199609101942.TAA12231@veda.is> from Adam David at "Sep 10, 96 07:42:41 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > A quick Makefile hack would be to flag the file in some way if the transfer > > does not complete normally, for instance by setting its mode or timestamp > > On second look, it seems very reasonable in this context for fetch(1) to > set the timestamp to 0 if an error occurs during download. Uh did I say that? I meant let the ports Makefile zero the timestamp, since fetch returns status by the usual method which is not required to be retained between invocations. Adam From owner-cvs-lib Tue Sep 10 13:16:49 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA10635 for cvs-lib-outgoing; Tue, 10 Sep 1996 13:16:49 -0700 (PDT) Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA10620; Tue, 10 Sep 1996 13:16:32 -0700 (PDT) Received: (from adam@localhost) by veda.is (8.7.5/8.7.3) id UAA12276; Tue, 10 Sep 1996 20:02:39 GMT From: Adam David Message-Id: <199609102002.UAA12276@veda.is> Subject: Re: cvs commit: src/lib/libftpio ftpio.c To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Tue, 10 Sep 1996 20:02:38 +0000 (GMT) Cc: jkh@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, freebsd-ports@freebsd.org In-Reply-To: <21244.842385024@time.cdrom.com> from "Jordan K. Hubbard" at "Sep 10, 96 12:50:24 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-cvs-lib@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > It's worse, the time on the partly downloaded file is never updated to match > > the remote file. > > See 19 byte fix just committed. :-) > > Jordan > yeah!!! remind me to stay off the code when I already decided to take a break ;) Adam From owner-cvs-lib Tue Sep 10 18:23:30 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA28455 for cvs-lib-outgoing; Tue, 10 Sep 1996 18:23:30 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id SAA28433; Tue, 10 Sep 1996 18:23:13 -0700 (PDT) Date: Tue, 10 Sep 1996 18:23:13 -0700 (PDT) From: Bruce Evans Message-Id: <199609110123.SAA28433@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libresolv Makefile Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/10 18:23:13 Modified: lib/libresolv Makefile Log: Fixed non-removal of old libresolv_p.a. Cleaned up formatting. Revision Changes Path 1.5 +4 -5 src/lib/libresolv/Makefile From owner-cvs-lib Fri Sep 13 12:14:21 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA09818 for cvs-lib-outgoing; Fri, 13 Sep 1996 12:14:21 -0700 (PDT) Received: (from pst@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id MAA09799; Fri, 13 Sep 1996 12:14:14 -0700 (PDT) Date: Fri, 13 Sep 1996 12:14:14 -0700 (PDT) From: Paul Traina Message-Id: <199609131914.MAA09799@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/stdio funopen.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk pst 96/09/13 12:14:13 Modified: lib/libc/stdio funopen.3 Log: fwopen() argument type mis-described Obtained from: NetBSD lib/2751 (der Mouse) Revision Changes Path 1.4 +1 -1 src/lib/libc/stdio/funopen.3 From owner-cvs-lib Fri Sep 13 13:03:17 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id NAA12910 for cvs-lib-outgoing; Fri, 13 Sep 1996 13:03:17 -0700 (PDT) Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.7.5/8.7.3) with ESMTP id NAA12887; Fri, 13 Sep 1996 13:02:54 -0700 (PDT) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by who.cdrom.com (8.7.5/8.6.11) with SMTP id NAA13448 ; Fri, 13 Sep 1996 13:02:35 -0700 (PDT) Received: (from bde@localhost) by godzilla.zeta.org.au (8.6.12/8.6.9) id FAA22959; Sat, 14 Sep 1996 05:56:33 +1000 Date: Sat, 14 Sep 1996 05:56:33 +1000 From: Bruce Evans Message-Id: <199609131956.FAA22959@godzilla.zeta.org.au> To: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, pst@freefall.freebsd.org Subject: Re: cvs commit: src/lib/libc/stdio funopen.3 Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > Modified: lib/libc/stdio funopen.3 > Log: > fwopen() argument type mis-described > > Obtained from: NetBSD lib/2751 (der Mouse) Hmmm, the fwopen() and fropen() function arg types are mis-designed - they are incompatible write() and read, e.g,: ssize_t write (int fd, void const *buf, size_t nbytes); ||||||| |||| |||||| int (*writefn) (void *cookie, char const *buf, int nbytes); This matters if size_t is larger than int and if write() can sucessfully return a negative count. It is easy to write a writefn that can successfully returns a negative count and easy to return such a count on a 16-bit system. __sfvwrite() misinterprets negative counts as errors although the man page says that only -1 is an error. Bruce From owner-cvs-lib Fri Sep 13 20:00:48 1996 Return-Path: owner-cvs-lib Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA10596 for cvs-lib-outgoing; Fri, 13 Sep 1996 20:00:48 -0700 (PDT) Received: (from bde@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id UAA10544; Fri, 13 Sep 1996 20:00:34 -0700 (PDT) Date: Fri, 13 Sep 1996 20:00:34 -0700 (PDT) From: Bruce Evans Message-Id: <199609140300.UAA10544@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-lib, cvs-usrbin, cvs-include, cvs-libexec, cvs-sbin Subject: cvs commit: src/include err.h math.h setjmp.h stdlib.h unistd.h src/lib/libc/gen err.c src/sbin/i386/mount_msdos mount_msdos.c src/usr.bin/rlogin rlogin.c src/usr.bin/script script.c src/usr.bin/touch touch.c src/lib/libc/locale collate.c src/libexec/mail.local mail.local.c src/sbin/dump dump.h main.c tape.c src/sbin/fsck fsck.h utilities.c src/sbin/mount_ext2fs mount_ext2fs.c src/sbin/mount_lfs mount_lfs.c src/sbin/mount_nfs mount_nfs.c src/sbin/mount_null mount_null.c src/sbin/mount_portal mount_portal.c src/sbin/mount_std mount_std.c src/sbin/mount_umap mount_umap.c src/sbin/mount_union mount_union.c src/sbin/restore dirs.c extern.h src/sbin/route route.c src/usr.bin/tftp main.c Sender: owner-cvs-lib@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk bde 96/09/13 20:00:33 Modified: include err.h math.h setjmp.h stdlib.h unistd.h lib/libc/gen err.c lib/libc/locale collate.c libexec/mail.local mail.local.c sbin/dump dump.h main.c tape.c sbin/fsck fsck.h utilities.c sbin/i386/mount_msdos mount_msdos.c sbin/mount_ext2fs mount_ext2fs.c sbin/mount_lfs mount_lfs.c sbin/mount_nfs mount_nfs.c sbin/mount_null mount_null.c sbin/mount_portal mount_portal.c sbin/mount_std mount_std.c sbin/mount_umap mount_umap.c sbin/mount_union mount_union.c sbin/restore dirs.c extern.h sbin/route route.c usr.bin/rlogin rlogin.c usr.bin/script script.c usr.bin/tftp main.c usr.bin/touch touch.c Log: Don't use __dead or __pure in user code. They were obfuscations for gcc >= 2.5 and no-ops for gcc >= 2.6. Converted to use __dead2 or __pure2 where it wasn't already done, except in math.h where use of __pure was mostly wrong. Revision Changes Path 1.4 +10 -10 src/include/err.h 1.3 +57 -49 src/include/math.h 1.4 +0 -3 src/include/setjmp.h 1.6 +6 -12 src/include/stdlib.h 1.9 +2 -4 src/include/unistd.h 1.3 +4 -4 src/lib/libc/gen/err.c 1.6 +4 -3 src/lib/libc/locale/collate.c 1.6 +1 -1 src/libexec/mail.local/mail.local.c 1.4 +2 -2 src/sbin/dump/dump.h 1.7 +2 -2 src/sbin/dump/main.c 1.3 +1 -1 src/sbin/dump/tape.c 1.6 +2 -2 src/sbin/fsck/fsck.h 1.4 +2 -2 src/sbin/fsck/utilities.c 1.5 +2 -2 src/sbin/i386/mount_msdos/mount_msdos.c 1.4 +2 -2 src/sbin/mount_ext2fs/mount_ext2fs.c 1.5 +2 -2 src/sbin/mount_lfs/mount_lfs.c 1.14 +3 -3 src/sbin/mount_nfs/mount_nfs.c 1.5 +2 -2 src/sbin/mount_null/mount_null.c 1.7 +2 -2 src/sbin/mount_portal/mount_portal.c 1.3 +2 -2 src/sbin/mount_std/mount_std.c 1.7 +2 -2 src/sbin/mount_umap/mount_umap.c 1.5 +1 -1 src/sbin/mount_union/mount_union.c 1.5 +1 -1 src/sbin/restore/dirs.c 1.2 +1 -1 src/sbin/restore/extern.h 1.15 +3 -3 src/sbin/route/route.c 1.13 +5 -5 src/usr.bin/rlogin/rlogin.c 1.3 +7 -7 src/usr.bin/script/script.c 1.4 +2 -2 src/usr.bin/tftp/main.c 1.4 +1 -1 src/usr.bin/touch/touch.c