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/distrib/utils/sysinst/Attic/geom.c,v rcsdiff: /ftp/cvs/cvsroot/src/distrib/utils/sysinst/Attic/geom.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/distrib/utils/sysinst/Attic/geom.c 2003/07/07 12:30:20 1.8 +++ src/distrib/utils/sysinst/Attic/geom.c 2006/08/19 21:18:40 1.9 @@ -1,4 +1,4 @@ -/* $NetBSD: geom.c,v 1.8 2003/07/07 12:30:20 dsl Exp $ */ +/* $NetBSD: geom.c,v 1.9 2006/08/19 21:18:40 martin Exp $ */ /* * Copyright (c) 1995, 1997 Jason R. Thorpe. @@ -45,7 +45,7 @@ #include "defs.h" static int -get_label(const char *disk, struct disklabel *l, int cmd) +get_label(const char *disk, struct disklabel *l, unsigned long cmd) { char diskpath[MAXPATHLEN]; int fd;