From owner-cvs-include Sat Dec 6 10:01:20 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id KAA03269 for cvs-include-outgoing; Sat, 6 Dec 1997 10:01:20 -0800 (PST) (envelope-from owner-cvs-include) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id KAA03246; Sat, 6 Dec 1997 10:01:10 -0800 (PST) (envelope-from jdp@FreeBSD.org) From: John Polstra Received: (from jdp@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id JAA23883; Sat, 6 Dec 1997 09:59:53 -0800 (PST) Date: Sat, 6 Dec 1997 09:59:53 -0800 (PST) Message-Id: <199712061759.JAA23883@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-include@FreeBSD.ORG Subject: cvs commit: src/include link.h nlist.h Sender: owner-cvs-include@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jdp 1997/12/06 09:59:52 PST Modified files: include link.h nlist.h Log: Move nlist related defines from link.h into nlist.h. Clean up nlist.h. Revision Changes Path 1.17 +3 -14 src/include/link.h 1.6 +34 -10 src/include/nlist.h