Module Name:    src
Committed By:   christos
Date:           Tue Nov  7 14:55:30 UTC 2017

Modified Files:
        src/sys/arch/luna68k/luna68k: machdep.c

Log Message:
Don't define ELFSIZE


To generate a diff of this commit:
cvs rdiff -u -r1.100 -r1.101 src/sys/arch/luna68k/luna68k/machdep.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/luna68k/luna68k/machdep.c
diff -u src/sys/arch/luna68k/luna68k/machdep.c:1.100 src/sys/arch/luna68k/luna68k/machdep.c:1.101
--- src/sys/arch/luna68k/luna68k/machdep.c:1.100	Thu Mar  9 09:05:59 2017
+++ src/sys/arch/luna68k/luna68k/machdep.c	Tue Nov  7 09:55:30 2017
@@ -1,4 +1,4 @@
-/* $NetBSD: machdep.c,v 1.100 2017/03/09 14:05:59 tsutsui Exp $ */
+/* $NetBSD: machdep.c,v 1.101 2017/11/07 14:55:30 christos Exp $ */
 
 /*-
  * Copyright (c) 2000 The NetBSD Foundation, Inc.
@@ -31,7 +31,7 @@
 
 #include <sys/cdefs.h>			/* RCS ID & Copyright macro defns */
 
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.100 2017/03/09 14:05:59 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.101 2017/11/07 14:55:30 christos Exp $");
 
 #include "opt_ddb.h"
 #include "opt_kgdb.h"
@@ -68,7 +68,6 @@ __KERNEL_RCSID(0, "$NetBSD: machdep.c,v 
 #include <sys/kgdb.h>
 #endif
 #include <sys/boot_flag.h>
-#define ELFSIZE 32
 #include <sys/exec_elf.h>
 #include <sys/cpu.h>
 

Reply via email to