From owner-freebsd-libh Mon Mar 3 3:11:32 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 86B8C37B401 for ; Mon, 3 Mar 2003 03:11:28 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB6743FBF for ; Mon, 3 Mar 2003 03:11:27 -0800 (PST) (envelope-from libh@rtp.FreeBSD.org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.6) with ESMTP id h23BBOWw090845 for ; Mon, 3 Mar 2003 06:11:25 -0500 (EST) (envelope-from libh@triangle.rtp.FreeBSD.Org) Received: (from libh@localhost) by triangle.rtp.FreeBSD.Org (8.12.6/8.12.6/Submit) id h23BBNOg090844 for libh@FreeBSD.org; Mon, 3 Mar 2003 06:11:23 -0500 (EST) (envelope-from libh) Date: Mon, 3 Mar 2003 06:11:23 -0500 (EST) From: LibH Owner Message-Id: <200303031111.h23BBNOg090844@triangle.rtp.FreeBSD.Org> Subject: cvs commit: libh HACKERS Makefile.inc libh/lib .cvsignore libh/lib/Hui HuiRegion.hh Dim.hh Hui.hh Hui.ii HuiActionList.hh HuiButton.hh HuiCallback.cc HuiCallback.hh HuiGroup.hh HuiIntegerList.hh HuiStringList.hh HuiWidget.hh libh/lib/HuiQt ... To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG libh 2003/03/03 06:11:23 EST Modified files: . HACKERS Makefile.inc lib/Hui Dim.hh Hui.hh Hui.ii HuiActionList.hh HuiButton.hh HuiCallback.cc HuiCallback.hh HuiGroup.hh HuiIntegerList.hh HuiStringList.hh HuiWidget.hh lib/HuiQt HuiQt.cc HuiQt.hh HuiQt.ii HuiQtButton.cc HuiQtButton.hh HuiQtCheckBoxes.cc HuiQtCheckBoxes.hh HuiQtContainer.hh HuiQtDialog.cc HuiQtDialog.hh HuiQtGroup.cc HuiQtGroup.hh HuiQtInputLine.cc HuiQtInputLine.hh HuiQtLabel.cc HuiQtLabel.hh HuiQtListBox.cc HuiQtListBox.hh HuiQtProgressIndicator.cc HuiQtProgressIndicator.hh HuiQtRadioButtons.cc HuiQtRadioButtons.hh HuiQtTable.hh HuiQtTextEdit.cc HuiQtTextEdit.hh HuiQtToplevel.hh HuiQtWidget.cc HuiQtWidget.hh HuiQtWindow.cc HuiQtWindow.hh lib/HuiTv HuiTv.cc HuiTv.hh HuiTv.ii HuiTvButton.cc HuiTvButtonsGroup.cc HuiTvCheckBoxes.cc HuiTvCheckBoxes.hh HuiTvContainer.cc HuiTvContainer.hh HuiTvDialog.cc HuiTvDialog.hh HuiTvGroup.cc HuiTvGroup.hh HuiTvInputLine.cc HuiTvInputLine.hh HuiTvLabel.cc HuiTvLabel.hh HuiTvListBox.cc HuiTvListBox.hh HuiTvMenuBar.hh HuiTvMenuItem.hh HuiTvMenuSubmenu.hh HuiTvProgressIndicator.cc HuiTvProgressIndicator.hh HuiTvRadioButtons.cc HuiTvRadioButtons.hh HuiTvTextEdit.cc HuiTvToplevel.hh HuiTvWidget.cc HuiTvWidget.hh HuiTvWindow.cc HuiTvWindow.hh release/scripts setupNew.tcl startup.sh Added files: lib .cvsignore lib/Hui HuiRegion.hh release/scripts Help.tcl Log: Cleanup swig interfaces, by using import directive instead of writing interface defs. Revision Changes Path 1.16 +3 -1 libh/HACKERS 1.26 +4 -4 libh/Makefile.inc 1.12 +0 -89 libh/lib/Hui/Dim.hh 1.48 +0 -18 libh/lib/Hui/Hui.hh 1.13 +14 -298 libh/lib/Hui/Hui.ii 1.2 +27 -0 libh/lib/Hui/HuiActionList.hh 1.6 +2 -0 libh/lib/Hui/HuiButton.hh 1.6 +4 -13 libh/lib/Hui/HuiCallback.cc 1.9 +11 -3 libh/lib/Hui/HuiCallback.hh 1.11 +21 -12 libh/lib/Hui/HuiGroup.hh 1.4 +20 -0 libh/lib/Hui/HuiIntegerList.hh 1.7 +18 -0 libh/lib/Hui/HuiStringList.hh 1.8 +1 -56 libh/lib/Hui/HuiWidget.hh 1.10 +2 -1 libh/lib/HuiQt/HuiQt.cc 1.10 +4 -4 libh/lib/HuiQt/HuiQt.hh 1.4 +1 -31 libh/lib/HuiQt/HuiQt.ii 1.5 +2 -1 libh/lib/HuiQt/HuiQtButton.cc 1.7 +2 -0 libh/lib/HuiQt/HuiQtButton.hh 1.4 +2 -1 libh/lib/HuiQt/HuiQtCheckBoxes.cc 1.6 +3 -0 libh/lib/HuiQt/HuiQtCheckBoxes.hh 1.6 +5 -0 libh/lib/HuiQt/HuiQtContainer.hh 1.5 +2 -1 libh/lib/HuiQt/HuiQtDialog.cc 1.7 +2 -0 libh/lib/HuiQt/HuiQtDialog.hh 1.8 +7 -0 libh/lib/HuiQt/HuiQtGroup.cc 1.9 +4 -0 libh/lib/HuiQt/HuiQtGroup.hh 1.4 +2 -1 libh/lib/HuiQt/HuiQtInputLine.cc 1.6 +2 -0 libh/lib/HuiQt/HuiQtInputLine.hh 1.6 +8 -4 libh/lib/HuiQt/HuiQtLabel.cc 1.6 +7 -3 libh/lib/HuiQt/HuiQtLabel.hh 1.5 +9 -6 libh/lib/HuiQt/HuiQtListBox.cc 1.7 +7 -3 libh/lib/HuiQt/HuiQtListBox.hh 1.4 +2 -1 libh/lib/HuiQt/HuiQtProgressIndicator.cc 1.6 +2 -0 libh/lib/HuiQt/HuiQtProgressIndicator.hh 1.3 +2 -1 libh/lib/HuiQt/HuiQtRadioButtons.cc 1.4 +2 -2 libh/lib/HuiQt/HuiQtRadioButtons.hh 1.5 +3 -1 libh/lib/HuiQt/HuiQtTable.hh 1.4 +2 -1 libh/lib/HuiQt/HuiQtTextEdit.cc 1.6 +2 -0 libh/lib/HuiQt/HuiQtTextEdit.hh 1.8 +2 -1 libh/lib/HuiQt/HuiQtToplevel.hh 1.4 +1 -75 libh/lib/HuiQt/HuiQtWidget.cc 1.7 +0 -20 libh/lib/HuiQt/HuiQtWidget.hh 1.8 +2 -2 libh/lib/HuiQt/HuiQtWindow.cc 1.9 +2 -1 libh/lib/HuiQt/HuiQtWindow.hh 1.46 +92 -31 libh/lib/HuiTv/HuiTv.cc 1.11 +6 -11 libh/lib/HuiTv/HuiTv.hh 1.7 +1 -32 libh/lib/HuiTv/HuiTv.ii 1.44 +2 -1 libh/lib/HuiTv/HuiTvButton.cc 1.40 +3 -3 libh/lib/HuiTv/HuiTvButtonsGroup.cc 1.44 +4 -1 libh/lib/HuiTv/HuiTvCheckBoxes.cc 1.8 +2 -1 libh/lib/HuiTv/HuiTvCheckBoxes.hh 1.44 +4 -5 libh/lib/HuiTv/HuiTvContainer.cc 1.9 +6 -1 libh/lib/HuiTv/HuiTvContainer.hh 1.41 +14 -2 libh/lib/HuiTv/HuiTvDialog.cc 1.9 +5 -2 libh/lib/HuiTv/HuiTvDialog.hh 1.49 +9 -0 libh/lib/HuiTv/HuiTvGroup.cc 1.13 +5 -1 libh/lib/HuiTv/HuiTvGroup.hh 1.41 +6 -3 libh/lib/HuiTv/HuiTvInputLine.cc 1.8 +6 -1 libh/lib/HuiTv/HuiTvInputLine.hh 1.44 +2 -1 libh/lib/HuiTv/HuiTvLabel.cc 1.9 +5 -0 libh/lib/HuiTv/HuiTvLabel.hh 1.45 +4 -3 libh/lib/HuiTv/HuiTvListBox.cc 1.11 +5 -1 libh/lib/HuiTv/HuiTvListBox.hh 1.9 +3 -1 libh/lib/HuiTv/HuiTvMenuBar.hh 1.8 +3 -0 libh/lib/HuiTv/HuiTvMenuItem.hh 1.7 +3 -0 libh/lib/HuiTv/HuiTvMenuSubmenu.hh 1.41 +4 -3 libh/lib/HuiTv/HuiTvProgressIndicator.cc 1.8 +4 -1 libh/lib/HuiTv/HuiTvProgressIndicator.hh 1.3 +2 -1 libh/lib/HuiTv/HuiTvRadioButtons.cc 1.4 +4 -1 libh/lib/HuiTv/HuiTvRadioButtons.hh 1.43 +4 -3 libh/lib/HuiTv/HuiTvTextEdit.cc 1.8 +7 -0 libh/lib/HuiTv/HuiTvToplevel.hh 1.39 +4 -79 libh/lib/HuiTv/HuiTvWidget.cc 1.9 +5 -38 libh/lib/HuiTv/HuiTvWidget.hh 1.42 +126 -66 libh/lib/HuiTv/HuiTvWindow.cc 1.10 +15 -26 libh/lib/HuiTv/HuiTvWindow.hh 1.6 +6 -6 libh/release/scripts/setupNew.tcl 1.6 +1 -0 libh/release/scripts/startup.sh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Mon Mar 3 9:55:47 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77B7837B401 for ; Mon, 3 Mar 2003 09:55:44 -0800 (PST) Received: from sinamail.com (61-221-29-145.HINET-IP.hinet.net [61.221.29.145]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50CB543FDD for ; Mon, 3 Mar 2003 09:55:43 -0800 (PST) (envelope-from suppergeorge@sinamail.com) From: star@yahoo.com.tw To: libh@FreeBSD.org Subject: =?ISO-8859-1?B?prO+97d8p0HEQLdOpWi5wbjVttw/Pw==?= Reply-To: suppergeorge@sinamail.com Date: 04 Mar 2003 02:00:50 +0800 MIME-Version: 1.0 Content-Type: text/html Content-Transfer-Encoding: 8bit Message-Id: <20030303175543.50CB543FDD@mx1.FreeBSD.org> Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 為什麼有人會比你成功10倍
主旨: 這或許是您正在尋找的機會喔
這或許是您正在找的機會哦!
對不起!打擾了,如果因此造成您的困擾,請直接刪除本信及點選下方「不想再收信」,我們會將您的資料刪除!

為什麼有人會比你成功10倍,收入多100倍、甚至多1000倍,難道他有比你多聰明這麼多嗎?
答案肯定不是的!
想一想!那些收入比我們高很多,生活比我們好很多的人!
他們到底做了什麼是我們所不知道的事?
而我們到底做錯了什麼、又錯過了什麼?
想不想知道人家怎麼做倒的!
你相信「時間=金錢」、還是「時間>金錢」

舉例:

我們一天工作8小時,一年工作365天,一輩子工作30年!那我們一輩子的總工作時數?
8小時*365天*30年=87,600小時
如果你的時薪100元,你一輩子賺876萬元!
如果你的時薪150元,你一輩子賺1314萬元!
如果你的時薪200元,你一輩子賺1752萬元!
看起來好像很多,看清楚!一年工作365天,要工作30年!而且不吃不喝!
這樣的收入,足夠三餐溫飽;買車子、房子勉強夠用;別忘了,還有子女的教育費、自己的養老金、還有『夢想』等待實現!
這樣的一輩子,你甘心嗎?
身為員工的你,每天辛苦為的是什麼?家庭、小孩?你有沒有想過,你上班一輩子,將來你的小孩能承接你的職位繼續做下去嗎?(除非你自己是老闆)
想不想改變自己及下一代的一生?

不想再收信(Unsubscribe)

 

To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Mar 5 14:58:44 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2850237B401 for ; Wed, 5 Mar 2003 14:58:44 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10CBF43FBD for ; Wed, 5 Mar 2003 14:58:43 -0800 (PST) (envelope-from alex@triangle.rtp.FreeBSD.Org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) by triangle.rtp.FreeBSD.Org (8.12.8/8.12.8) with ESMTP id h25MwgRM092685 for ; Wed, 5 Mar 2003 17:58:42 -0500 (EST) (envelope-from alex@triangle.rtp.FreeBSD.Org) Received: (from alex@localhost) by triangle.rtp.FreeBSD.Org (8.12.8/8.12.8/Submit) id h25MwekC092684 for libh@FreeBSD.org; Wed, 5 Mar 2003 17:58:40 -0500 (EST) Date: Wed, 5 Mar 2003 17:58:40 -0500 (EST) From: Alexander Langer Message-Id: <200303052258.h25MwekC092684@triangle.rtp.FreeBSD.Org> Subject: cvs commit: libh/include/disk Disk.hh To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2003/03/05 17:58:40 EST Modified files: include/disk Disk.hh Log: Catchup with GEOM changes: Remove obsolete stuff. Revision Changes Path 1.8 +2 -19 libh/include/disk/Disk.hh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Mar 5 14:59:15 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 200A737B401 for ; Wed, 5 Mar 2003 14:59:15 -0800 (PST) Received: from triangle.rtp.FreeBSD.Org (triangle.rtp.FreeBSD.org [192.58.184.34]) by mx1.FreeBSD.org (Postfix) with ESMTP id 600AB43FDF for ; Wed, 5 Mar 2003 14:59:14 -0800 (PST) (envelope-from alex@triangle.rtp.FreeBSD.Org) Received: from triangle.rtp.FreeBSD.Org (localhost [127.0.0.1]) by triangle.rtp.FreeBSD.Org (8.12.8/8.12.8) with ESMTP id h25MxDRM092733 for ; Wed, 5 Mar 2003 17:59:13 -0500 (EST) (envelope-from alex@triangle.rtp.FreeBSD.Org) Received: (from alex@localhost) by triangle.rtp.FreeBSD.Org (8.12.8/8.12.8/Submit) id h25MxDNQ092732 for libh@FreeBSD.org; Wed, 5 Mar 2003 17:59:13 -0500 (EST) Date: Wed, 5 Mar 2003 17:59:13 -0500 (EST) From: Alexander Langer Message-Id: <200303052259.h25MxDNQ092732@triangle.rtp.FreeBSD.Org> Subject: cvs commit: libh/lib/disk Disk.cc Disk.cd.cc To: freebsd-libh@FreeBSD.org Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG alex 2003/03/05 17:59:13 EST Modified files: lib/disk Disk.cc Disk.cd.cc Log: Catchup with GEOM changes: Remove obsolete functions/flags/stuff. Revision Changes Path 1.13 +7 -118 libh/lib/disk/Disk.cc 1.9 +1 -23 libh/lib/disk/Disk.cd.cc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Mar 5 15:42:49 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 211A237B409 for ; Wed, 5 Mar 2003 15:42:48 -0800 (PST) Received: from postal.sdsc.edu (postal.sdsc.edu [132.249.20.114]) by mx1.FreeBSD.org (Postfix) with ESMTP id 83B5843FAF for ; Wed, 5 Mar 2003 15:42:47 -0800 (PST) (envelope-from okumoto@ucsd.edu) Received: from multivac.sdsc.edu (IDENT:lya/MGnH/tYFsjXTZbVJyUTMYYGx1xb7@multivac.sdsc.edu [132.249.20.57]) by postal.sdsc.edu (8.11.6/8.11.6/server/54) with ESMTP id h25NgkQ09942; Wed, 5 Mar 2003 15:42:46 -0800 (PST) Received: by multivac (8.11.6+Sun/1.11-SolarisClient) id h25NgjC28703; Wed, 5 Mar 2003 15:42:45 -0800 (PST) To: Alexander Langer Cc: freebsd-libh@FreeBSD.ORG Subject: Re: cvs commit: libh/lib/disk Disk.cc Disk.cd.cc References: <200303052259.h25MxDNQ092732@triangle.rtp.FreeBSD.Org> From: Max Okumoto Date: 05 Mar 2003 15:42:45 -0800 In-Reply-To: <200303052259.h25MxDNQ092732@triangle.rtp.FreeBSD.Org> Message-ID: Lines: 21 User-Agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Cool. This is for current? Max Alexander Langer writes: > alex 2003/03/05 17:59:13 EST > > Modified files: > lib/disk Disk.cc Disk.cd.cc > Log: > Catchup with GEOM changes: Remove obsolete functions/flags/stuff. > > Revision Changes Path > 1.13 +7 -118 libh/lib/disk/Disk.cc > 1.9 +1 -23 libh/lib/disk/Disk.cd.cc > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-libh" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Mar 5 15:46:53 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E4E3737B405 for ; Wed, 5 Mar 2003 15:46:52 -0800 (PST) Received: from fump.kawo2.rwth-aachen.de (fump.kawo2.RWTH-Aachen.DE [134.130.181.148]) by mx1.FreeBSD.org (Postfix) with ESMTP id C732043FE3 for ; Wed, 5 Mar 2003 15:46:38 -0800 (PST) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: from fump.kawo2.rwth-aachen.de (localhost.kawo2.rwth-aachen.de [127.0.0.1]) by fump.kawo2.rwth-aachen.de (8.12.8/8.12.6) with ESMTP id h25Nkb3G085441; Thu, 6 Mar 2003 00:46:37 +0100 (CET) (envelope-from alex@fump.kawo2.rwth-aachen.de) Received: (from alex@localhost) by fump.kawo2.rwth-aachen.de (8.12.8/8.12.6/Submit) id h25Nkbsq085440; Thu, 6 Mar 2003 00:46:37 +0100 (CET) Date: Thu, 6 Mar 2003 00:46:37 +0100 From: Alexander Langer To: Max Okumoto Cc: Alexander Langer , freebsd-libh@FreeBSD.ORG Subject: Re: cvs commit: libh/lib/disk Disk.cc Disk.cd.cc Message-ID: <20030305234637.GB1558@fump.kawo2.rwth-aachen.de> References: <200303052259.h25MxDNQ092732@triangle.rtp.FreeBSD.Org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-PGP-Fingerprint: 7EC1 5B98 4554 2A63 9079 2B2F 9A94 CD6F 7F14 EFA4 X-PGP-at: finger alex@big.endian.de X-Verwirrung: Dieser Header dient der allgemeinen Verwirrung. User-Agent: Mutt/1.5.3i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake Max Okumoto (okumoto@ucsd.edu): > Cool. This is for current? Yes. I mean, we will never use libh on 4.x anyways, so I just deleted that stuff. This means you shouldn't be using it on 4.x now, though, but I'm not sure if it had worked in the last weeks. However, I didn't test it yet, it's just a compile-fix. Ciao Alex To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message From owner-freebsd-libh Wed Mar 5 15:53:39 2003 Delivered-To: freebsd-libh@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D652637B401 for ; Wed, 5 Mar 2003 15:53:38 -0800 (PST) Received: from mail1.qc.uunet.ca (mail1.qc.uunet.ca [198.168.54.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id D56A243F85 for ; Wed, 5 Mar 2003 15:53:37 -0800 (PST) (envelope-from anarcat@espresso-com.com) Received: from xtanbul.studio.espresso-com.com ([216.94.147.57]) by mail1.qc.uunet.ca (8.10.2/8.10.2) with ESMTP id h25NrEZ19601; Wed, 5 Mar 2003 18:53:20 -0500 Received: from anarcat by xtanbul.studio.espresso-com.com with local (Exim 3.36 #1 (Debian)) id 18qihC-0006p4-00; Wed, 05 Mar 2003 18:53:10 -0500 Date: Wed, 5 Mar 2003 18:53:10 -0500 From: The Anarcat To: Alexander Langer Cc: Max Okumoto , Alexander Langer , freebsd-libh@freebsd.org Subject: Re: cvs commit: libh/lib/disk Disk.cc Disk.cd.cc Message-ID: <20030305235310.GH24059@xtanbul> Mail-Followup-To: The Anarcat , Alexander Langer , Max Okumoto , Alexander Langer , freebsd-libh@FreeBSD.ORG References: <200303052259.h25MxDNQ092732@triangle.rtp.FreeBSD.Org> <20030305234637.GB1558@fump.kawo2.rwth-aachen.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030305234637.GB1558@fump.kawo2.rwth-aachen.de> User-Agent: Mutt/1.5.3i Sender: owner-freebsd-libh@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu Mar 06, 2003 at 12:46:37AM +0100, Alexander Langer wrote: > Thus spake Max Okumoto (okumoto@ucsd.edu): > > > Cool. This is for current? > > Yes. I mean, we will never use libh on 4.x anyways, so I just deleted > that stuff. This means you shouldn't be using it on 4.x now, though, > but I'm not sure if it had worked in the last weeks. > > However, I didn't test it yet, it's just a compile-fix. libh should have hooks to compile using g++31 or something on 4.x, and I used to work on -stable, so it should have been compilable and workable until now on -stable. But I agree we should focus on -current support. A. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-libh" in the body of the message