Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sbin/gpt/biosboot.c,v rcsdiff: /ftp/cvs/cvsroot/src/sbin/gpt/biosboot.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.23 retrieving revision 1.24 diff -u -p -r1.23 -r1.24 --- src/sbin/gpt/biosboot.c 2015/12/03 21:49:51 1.23 +++ src/sbin/gpt/biosboot.c 2015/12/29 16:45:04 1.24 @@ -1,4 +1,4 @@ -/* $NetBSD: biosboot.c,v 1.23 2015/12/03 21:49:51 christos Exp $ */ +/* $NetBSD: biosboot.c,v 1.24 2015/12/29 16:45:04 christos Exp $ */ /* * Copyright (c) 2009 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ #include #ifdef __RCSID -__RCSID("$NetBSD: biosboot.c,v 1.23 2015/12/03 21:49:51 christos Exp $"); +__RCSID("$NetBSD: biosboot.c,v 1.24 2015/12/29 16:45:04 christos Exp $"); #endif #include @@ -266,7 +266,7 @@ cmd_biosboot(gpt_t gpt, int argc, char * goto usage; break; case 'i': - if (gpt_uint_get(&entry) == -1) + if (gpt_uint_get(gpt, &entry) == -1) goto usage; break; case 'L':