diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2022-07-19 18:42:52 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2022-07-19 18:42:52 +0000 |
| commit | 2d03b58f9a3d5ec1deb35de594fcee22d06bfbb2 (patch) | |
| tree | c04205e2a704aae5a5ad3bffc20621189461aa54 /sys/cddl/dev | |
| parent | 276099434d35b0abd09da946f06c8b8d9765452b (diff) | |
Diffstat (limited to 'sys/cddl/dev')
| -rw-r--r-- | sys/cddl/dev/profile/profile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cddl/dev/profile/profile.c b/sys/cddl/dev/profile/profile.c index 87289ff2717c..89b0b8c9445b 100644 --- a/sys/cddl/dev/profile/profile.c +++ b/sys/cddl/dev/profile/profile.c @@ -637,7 +637,7 @@ profile_load(void *dummy) static int -profile_unload() +profile_unload(void) { int error = 0; |
