From owner-freebsd-current Fri Jan 30 22:07:18 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id WAA22151 for current-outgoing; Fri, 30 Jan 1998 22:07:18 -0800 (PST) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from rover.village.org (rover.village.org [204.144.255.49]) by hub.freebsd.org (8.8.8/8.8.8) with SMTP id WAA22146 for ; Fri, 30 Jan 1998 22:07:16 -0800 (PST) (envelope-from imp@village.org) Received: from harmony [10.0.0.6] by rover.village.org with esmtp (Exim 1.71 #1) id 0xyW56-0002q5-00; Fri, 30 Jan 1998 23:07:08 -0700 Received: from harmony.village.org (localhost [127.0.0.1]) by harmony.village.org (8.8.8/8.8.3) with ESMTP id XAA16932 for ; Fri, 30 Jan 1998 23:07:12 -0700 (MST) Message-Id: <199801310607.XAA16932@harmony.village.org> To: current@FreeBSD.ORG Subject: -current does make world Date: Fri, 30 Jan 1998 23:07:12 -0700 From: Warner Losh Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG X-To-Unsubscribe: mail to majordomo@FreeBSD.org "unsubscribe current" It figures. On one of the few nights I wanna hack on FreeBSD's kernel, I pick sources that I gotta update the world for. I then pick a time when -current was broken to do that :-(. Anyway, I have just checked in changes to lib/libc/sys/Makefile.inc and include/Makefile that I have tested by doing a make buildworld followed by a make installworld. Now, to see if I can figure out why the atapi driver isn't seeing the tape drive I have at all (looking at the code, I'd at least expect it to print the tape drives aren't supported message :-). Warner