Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Nov 2003 11:48:05 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 42684 for review
Message-ID:  <200311171948.hAHJm5BR044108@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=42684

Change 42684 by rwatson@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;



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