artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbaef5a
)
ansi
author
jsg
<jsg@openbsd.org>
Fri, 5 Mar 2021 06:01:13 +0000
(06:01 +0000)
committer
jsg
<jsg@openbsd.org>
Fri, 5 Mar 2021 06:01:13 +0000
(06:01 +0000)
sys/ufs/ext2fs/ext2fs.h
patch
|
blob
|
history
diff --git
a/sys/ufs/ext2fs/ext2fs.h
b/sys/ufs/ext2fs/ext2fs.h
index
cd8db31
..
177267b
100644
(file)
--- a/
sys/ufs/ext2fs/ext2fs.h
+++ b/
sys/ufs/ext2fs/ext2fs.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: ext2fs.h,v 1.2
4 2019/07/01 05:11:32 kevlo Exp $
*/
+/* $OpenBSD: ext2fs.h,v 1.2
5 2021/03/05 06:01:13 jsg Exp $
*/
/* $NetBSD: ext2fs.h,v 1.10 2000/01/28 16:00:23 bouyer Exp $ */
/*
@@
-321,8
+321,7
@@
struct ext2_gd {
static __inline__ int cg_has_sb(int) __attribute__((__unused__));
static __inline int
-cg_has_sb(i)
- int i;
+cg_has_sb(int i)
{
int a3 ,a5 , a7;