This website requires JavaScript.
Explore
Help
Sign In
Aren
/
NetBSD
Watch
1
Star
0
Fork
You've already forked NetBSD
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
a8c35a134f
NetBSD
/
sbin
/
disklabel
/
dkcksum.h
4 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
- convert to KNF ANSI style guide - reorder arguments of runcmd(), getnum(), defnum() to be consistent with other functions (pass struct disklabel * first)
2000-12-24 08:59:11 +03:00
/* $NetBSD: dkcksum.h,v 1.3 2000/12/24 05:59:11 lukem Exp $ */
RCS Id Police.
1998-01-09 11:03:16 +03:00
- convert to KNF ANSI style guide - reorder arguments of runcmd(), getnum(), defnum() to be consistent with other functions (pass struct disklabel * first)
2000-12-24 08:59:11 +03:00
u_short
dkcksum
(
struct
disklabel
*
)
;