Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Sep 2002 15:53:43 -0700 (PDT)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 18340 for review
Message-ID:  <200209292253.g8TMrhlG011010@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://people.freebsd.org/~peter/p4db/chv.cgi?CH=18340

Change 18340 by rwatson@rwatson_tislabs on 2002/09/29 15:53:25

	Initialize local cached variable information, which makes label
	printing work a whole lot better.

Affected files ...

.. //depot/projects/trustedbsd/mac/bin/ps/print.c#10 edit

Differences ...

==== //depot/projects/trustedbsd/mac/bin/ps/print.c#10 (text+ko) ====

@@ -742,6 +742,7 @@
 	int error;
 	VAR *v;
 
+	v = ve->var;
 	string = "";
 
 	error = mac_prepare_process_label(&label);

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe p4-projects" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200209292253.g8TMrhlG011010>