KNF - Thanks, christos

This commit is contained in:
pgoyette 2015-11-30 23:34:47 +00:00
parent 135af292eb
commit b781d540c9

View File

@ -1,4 +1,4 @@
/* $NetBSD: kern_syscall.c,v 1.13 2015/11/30 23:17:40 pgoyette Exp $ */
/* $NetBSD: kern_syscall.c,v 1.14 2015/11/30 23:34:47 pgoyette Exp $ */
/*-
* Copyright (c) 2008 The NetBSD Foundation, Inc.
@ -30,7 +30,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: kern_syscall.c,v 1.13 2015/11/30 23:17:40 pgoyette Exp $");
__KERNEL_RCSID(0, "$NetBSD: kern_syscall.c,v 1.14 2015/11/30 23:34:47 pgoyette Exp $");
#ifdef _KERNEL_OPT
#include "opt_modular.h"