From 3d484d1c7a9822202f9f9ce61ea36e1b95114bdf Mon Sep 17 00:00:00 2001 From: charnier Date: Sun, 29 May 2005 15:47:31 +0000 Subject: Move FreeBSD Id outside of copyright. Initialize variable. --- usr.bin/tsort/tsort.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/usr.bin/tsort/tsort.c b/usr.bin/tsort/tsort.c index 259eb4c..a01a86c 100644 --- a/usr.bin/tsort/tsort.c +++ b/usr.bin/tsort/tsort.c @@ -32,8 +32,6 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. - * - * $FreeBSD$ */ #ifndef lint @@ -46,6 +44,9 @@ static const char copyright[] = static const char sccsid[] = "@(#)tsort.c 8.3 (Berkeley) 5/4/95"; #endif /* not lint */ +#include +__FBSDID("$FreeBSD$"); + #include #include @@ -121,6 +122,7 @@ main(int argc, char *argv[]) int bsize, ch, nused; BUF bufs[2]; + fp = NULL; while ((ch = getopt(argc, argv, "dlq")) != -1) switch (ch) { case 'd': -- cgit v1.1