Module Name:    src
Committed By:   pgoyette
Date:           Wed Nov  2 03:14:19 UTC 2016

Modified Files:
        src/sys/sys: syscall.h syscallargs.h

Log Message:
Missed these, too, during the regen.  No functional changes, just
committing to keep the "generated from" comments in sync.


To generate a diff of this commit:
cvs rdiff -u -r1.296 -r1.297 src/sys/sys/syscall.h
cvs rdiff -u -r1.280 -r1.281 src/sys/sys/syscallargs.h

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

Modified files:

Index: src/sys/sys/syscall.h
diff -u src/sys/sys/syscall.h:1.296 src/sys/sys/syscall.h:1.297
--- src/sys/sys/syscall.h:1.296	Sun Jul  3 14:26:47 2016
+++ src/sys/sys/syscall.h	Wed Nov  2 03:14:19 2016
@@ -1,10 +1,10 @@
-/* $NetBSD: syscall.h,v 1.296 2016/07/03 14:26:47 christos Exp $ */
+/* $NetBSD: syscall.h,v 1.297 2016/11/02 03:14:19 pgoyette Exp $ */
 
 /*
  * System call numbers.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.285 2016/07/03 14:24:59 christos Exp
+ * created from	NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
  */
 
 #ifndef _SYS_SYSCALL_H_

Index: src/sys/sys/syscallargs.h
diff -u src/sys/sys/syscallargs.h:1.280 src/sys/sys/syscallargs.h:1.281
--- src/sys/sys/syscallargs.h:1.280	Sun Jul  3 14:26:47 2016
+++ src/sys/sys/syscallargs.h	Wed Nov  2 03:14:19 2016
@@ -1,10 +1,10 @@
-/* $NetBSD: syscallargs.h,v 1.280 2016/07/03 14:26:47 christos Exp $ */
+/* $NetBSD: syscallargs.h,v 1.281 2016/11/02 03:14:19 pgoyette Exp $ */
 
 /*
  * System call argument lists.
  *
  * DO NOT EDIT-- this file is automatically generated.
- * created from	NetBSD: syscalls.master,v 1.285 2016/07/03 14:24:59 christos Exp
+ * created from	NetBSD: syscalls.master,v 1.286 2016/11/02 00:11:59 pgoyette Exp
  */
 
 #ifndef _SYS_SYSCALLARGS_H_

Reply via email to