Module Name: src Committed By: maya Date: Thu Jan 12 19:02:22 UTC 2017
Modified Files: src/lib/libarch/x86_64: x86_64_iopl.c Log Message: replace old style function declaration To generate a diff of this commit: cvs rdiff -u -r1.2 -r1.3 src/lib/libarch/x86_64/x86_64_iopl.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/lib/libarch/x86_64/x86_64_iopl.c diff -u src/lib/libarch/x86_64/x86_64_iopl.c:1.2 src/lib/libarch/x86_64/x86_64_iopl.c:1.3 --- src/lib/libarch/x86_64/x86_64_iopl.c:1.2 Mon Apr 28 20:22:55 2008 +++ src/lib/libarch/x86_64/x86_64_iopl.c Thu Jan 12 19:02:22 2017 @@ -1,4 +1,4 @@ -/* $NetBSD: x86_64_iopl.c,v 1.2 2008/04/28 20:22:55 martin Exp $ */ +/* $NetBSD: x86_64_iopl.c,v 1.3 2017/01/12 19:02:22 maya Exp $ */ /*- * Copyright (c) 1996 The NetBSD Foundation, Inc. @@ -35,8 +35,7 @@ #include <machine/sysarch.h> int -x86_64_iopl(iopl) - int iopl; +x86_64_iopl(int iopl) { struct x86_64_iopl_args p;