Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2004 13:02:09 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 53328 for review
Message-ID:  <200405232002.i4NK29Ln067658@repoman.freebsd.org>

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

Change 53328 by marcel@marcel_nfs on 2004/05/23 13:01:47

	Remove the duplicate declaration of ksym_start & ksym_end.

Affected files ...

.. //depot/projects/gdb/sys/amd64/amd64/machdep.c#11 edit

Differences ...

==== //depot/projects/gdb/sys/amd64/amd64/machdep.c#11 (text+ko) ====

@@ -166,10 +166,6 @@
 
 struct mtx icu_lock;
 
-#ifdef DDB
-void	*ksym_start, *ksym_end;
-#endif
-
 static void
 cpu_startup(dummy)
 	void *dummy;



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