PERFORCE change 53328 for review

Marcel Moolenaar marcel at FreeBSD.org
Sun May 23 13:02:26 PDT 2004


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

Change 53328 by marcel at 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;


More information about the p4-projects mailing list