Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/compat/netbsd32 Strange patch(1) behavior got me three c...



details:   https://anonhg.NetBSD.org/src/rev/2d4313b17f8f
branches:  trunk
changeset: 342035:2d4313b17f8f
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Thu Dec 03 11:31:05 2015 +0000

description:
Strange patch(1) behavior got me three copies of the code.  One is
sufficient so remove the excess.

diffstat:

 sys/compat/netbsd32/netbsd32_compat_14.c |  14 ++------------
 1 files changed, 2 insertions(+), 12 deletions(-)

diffs (28 lines):

diff -r 0efc3ec13c0a -r 2d4313b17f8f sys/compat/netbsd32/netbsd32_compat_14.c
--- a/sys/compat/netbsd32/netbsd32_compat_14.c  Thu Dec 03 11:28:35 2015 +0000
+++ b/sys/compat/netbsd32/netbsd32_compat_14.c  Thu Dec 03 11:31:05 2015 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd32_compat_14.c,v 1.24 2015/12/03 11:28:35 pgoyette Exp $ */
+/*     $NetBSD: netbsd32_compat_14.c,v 1.25 2015/12/03 11:31:05 pgoyette Exp $ */
 
 /*
  * Copyright (c) 1999 Eduardo E. Horvath
@@ -29,17 +29,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_14.c,v 1.24 2015/12/03 11:28:35 pgoyette Exp $");
-
-#ifdef _KERNEL_OPT
-#include "opt_sysv.h"
-#include "opt_compat_netbsd.h"
-#endif
-
-#ifdef _KERNEL_OPT
-#include "opt_sysv.h"
-#include "opt_compat_netbsd.h"
-#endif
+__KERNEL_RCSID(0, "$NetBSD: netbsd32_compat_14.c,v 1.25 2015/12/03 11:31:05 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_sysv.h"



Home | Main Index | Thread Index | Old Index