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/sys/lib/libsa/stand.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/lib/libsa/stand.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.82 retrieving revision 1.82.34.1 diff -u -p -r1.82 -r1.82.34.1 --- src/sys/lib/libsa/stand.h 2016/08/27 18:59:18 1.82 +++ src/sys/lib/libsa/stand.h 2021/05/31 22:15:21 1.82.34.1 @@ -1,4 +1,4 @@ -/* $NetBSD: stand.h,v 1.82 2016/08/27 18:59:18 dholland Exp $ */ +/* $NetBSD: stand.h,v 1.82.34.1 2021/05/31 22:15:21 cjep Exp $ */ /* * Copyright (c) 1999 Christopher G. Demetriou. All rights reserved. @@ -246,7 +246,6 @@ void *alloc(size_t) __compactcall; void dealloc(void *, size_t) __compactcall; struct disklabel; char *getdisklabel(const char *, struct disklabel *); -int dkcksum(const struct disklabel *); void printf(const char *, ...) __attribute__((__format__(__printf__, 1, 2)));