diff options
author | 2013-09-17 04:31:56 +0000 | |
---|---|---|
committer | 2013-09-17 04:31:56 +0000 | |
commit | 4a61fc2adf04c74308f0c5b08537df791aabf425 (patch) | |
tree | 1ac9a6a887fd7aed7e51e39ca84fabe2c5d5c817 | |
parent | work out phy addresses before attaching cnmac and pass them to mii_attach (diff) | |
download | wireguard-openbsd-4a61fc2adf04c74308f0c5b08537df791aabf425.tar.xz wireguard-openbsd-4a61fc2adf04c74308f0c5b08537df791aabf425.zip |
KNF - extraneous blank line snuck in during last commit
-rw-r--r-- | sys/isofs/udf/udf.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/isofs/udf/udf.h b/sys/isofs/udf/udf.h index f7167061d36..52562e220eb 100644 --- a/sys/isofs/udf/udf.h +++ b/sys/isofs/udf/udf.h @@ -1,4 +1,4 @@ -/* $OpenBSD: udf.h,v 1.18 2013/08/16 14:27:28 mlarkin Exp $ */ +/* $OpenBSD: udf.h,v 1.19 2013/09/17 04:31:56 mlarkin Exp $ */ /* * Copyright (c) 2001, 2002 Scott Long <scottl@freebsd.org> @@ -112,7 +112,6 @@ struct udf_dirstream { bread(devvp, \ ((daddr_t)(sector) << ump->um_bshift) / DEV_BSIZE, size, bp) - static __inline int udf_readlblks(struct umount *ump, int sector, int size, struct buf **bp) { |