PERFORCE change 42684 for review

Robert Watson rwatson at FreeBSD.org
Mon Nov 17 11:48:07 PST 2003


http://perforce.freebsd.org/chv.cgi?CH=42684

Change 42684 by rwatson at rwatson_tislabs on 2003/11/17 11:47:42

	Staticize label list, as found in SEDarwin branch.

Affected files ...

.. //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac.c#16 edit

Differences ...

==== //depot/projects/trustedbsd/mac/lib/libc/posix1e/mac.c#16 (text+ko) ====

@@ -55,7 +55,7 @@
  *
  * XXXMAC: Not thread-safe.
  */
-LIST_HEAD(, label_default) label_default_head;
+static LIST_HEAD(, label_default) label_default_head;
 struct label_default {
 	char				*ld_name;
 	char				*ld_labels;


More information about the p4-projects mailing list