diff options
| author | Warner Losh <imp@FreeBSD.org> | 2024-01-28 18:36:21 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2024-01-28 20:04:31 +0000 |
| commit | dcc20bced51583df83e49af269ff7be5fb48dbf8 (patch) | |
| tree | 6a6d94bcb7612e7106b5f31b44bcbf66c48ca7ef /stand/libsa | |
| parent | 551921a757758353af51cd0283e9e4bcee9a84d2 (diff) | |
Diffstat (limited to 'stand/libsa')
| -rw-r--r-- | stand/libsa/bzipfs.c | 2 | ||||
| -rw-r--r-- | stand/libsa/powerpc/syncicache.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/stand/libsa/bzipfs.c b/stand/libsa/bzipfs.c index 9a14380bae51..ad51e934ed9c 100644 --- a/stand/libsa/bzipfs.c +++ b/stand/libsa/bzipfs.c @@ -366,7 +366,7 @@ bz_internal_error(int errorcode) #ifdef REGRESSION /* Small test case, open and decompress test.bz2 */ -int main() +int main(void) { struct open_file f; char buf[1024]; diff --git a/stand/libsa/powerpc/syncicache.c b/stand/libsa/powerpc/syncicache.c index 0fcb1914a0da..1f99007dcdae 100644 --- a/stand/libsa/powerpc/syncicache.c +++ b/stand/libsa/powerpc/syncicache.c @@ -54,7 +54,7 @@ int cacheline_size = 0; static void getcachelinesize(void); static void -getcachelinesize() +getcachelinesize(void) { static int cachemib[] = { CTL_MACHDEP, CPU_CACHELINE }; int clen; |
