Source-Changes-HG archive

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

[src/pgoyette-compat]: src/sys/kern Missed this in the regen



details:   https://anonhg.NetBSD.org/src/rev/91135783c014
branches:  pgoyette-compat
changeset: 830509:91135783c014
user:      pgoyette <pgoyette%NetBSD.org@localhost>
date:      Sun Mar 25 08:46:14 2018 +0000

description:
Missed this in the regen

diffstat:

 sys/kern/syscalls.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (21 lines):

diff -r 147d61db97cc -r 91135783c014 sys/kern/syscalls.c
--- a/sys/kern/syscalls.c       Sun Mar 25 08:17:42 2018 +0000
+++ b/sys/kern/syscalls.c       Sun Mar 25 08:46:14 2018 +0000
@@ -1,14 +1,14 @@
-/* $NetBSD: syscalls.c,v 1.310.2.4 2018/03/17 06:50:55 pgoyette Exp $ */
+/* $NetBSD: syscalls.c,v 1.310.2.5 2018/03/25 08:46:14 pgoyette Exp $ */
 
 /*
  * System call names.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from        NetBSD: syscalls.master,v 1.291.2.4 2018/03/17 06:49:57 pgoyette Exp
+ * created from        NetBSD: syscalls.master,v 1.291.2.5 2018/03/25 07:19:13 pgoyette Exp
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.310.2.4 2018/03/17 06:50:55 pgoyette Exp $");
+__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.310.2.5 2018/03/25 08:46:14 pgoyette Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_modular.h"



Home | Main Index | Thread Index | Old Index