Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/compat/common All the COMPAT_xx macros are alr...



details:   https://anonhg.NetBSD.org/src/rev/4cc533505cc4
branches:  pgoyette-compat
changeset: 320987:4cc533505cc4
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Fri Mar 09 04:42:11 2018 +0000

description:
All the COMPAT_xx macros are already in opt_compat_netbsd.h so no
need to look for them in opt_compat_xx.h

diffstat:

 sys/compat/common/sysv_mod.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r b08a85594a4f -r 4cc533505cc4 sys/compat/common/sysv_mod.c
--- a/sys/compat/common/sysv_mod.c      Fri Mar 09 03:58:32 2018 +0000
+++ b/sys/compat/common/sysv_mod.c      Fri Mar 09 04:42:11 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sysv_mod.c,v 1.1.2.3 2018/03/09 03:58:32 pgoyette Exp $        */
+/*     $NetBSD: sysv_mod.c,v 1.1.2.4 2018/03/09 04:42:11 pgoyette Exp $        */
 
 /*-
  * Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -30,13 +30,10 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: sysv_mod.c,v 1.1.2.3 2018/03/09 03:58:32 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: sysv_mod.c,v 1.1.2.4 2018/03/09 04:42:11 pgoyette Exp $");
 
 #ifdef _KERNEL_OPT
 #include "opt_compat_netbsd.h"
-#include "opt_compat_50.h"
-#include "opt_compat_14.h"
-#include "opt_compat_10.h"
 #include "opt_sysv.h"
 #endif
 



Home | Main Index | Thread Index | Old Index