mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
Add proper prototype for dkcksum();
This commit is contained in:
parent
a164712178
commit
fa0c13fabb
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65934
@ -181,6 +181,8 @@ struct disklabel {
|
||||
} d_partitions[MAXPARTITIONS]; /* actually may be more */
|
||||
};
|
||||
|
||||
static u_int16_t dkcksum __P((struct disklabel *lp));
|
||||
|
||||
static __inline u_int16_t
|
||||
dkcksum(lp)
|
||||
struct disklabel *lp;
|
||||
|
@ -181,6 +181,8 @@ struct disklabel {
|
||||
} d_partitions[MAXPARTITIONS]; /* actually may be more */
|
||||
};
|
||||
|
||||
static u_int16_t dkcksum __P((struct disklabel *lp));
|
||||
|
||||
static __inline u_int16_t
|
||||
dkcksum(lp)
|
||||
struct disklabel *lp;
|
||||
|
@ -181,6 +181,8 @@ struct disklabel {
|
||||
} d_partitions[MAXPARTITIONS]; /* actually may be more */
|
||||
};
|
||||
|
||||
static u_int16_t dkcksum __P((struct disklabel *lp));
|
||||
|
||||
static __inline u_int16_t
|
||||
dkcksum(lp)
|
||||
struct disklabel *lp;
|
||||
|
Loading…
Reference in New Issue
Block a user