diff options
author | Warner Losh <imp@FreeBSD.org> | 2012-07-24 02:58:10 +0000 |
---|---|---|
committer | Warner Losh <imp@FreeBSD.org> | 2012-07-24 02:58:10 +0000 |
commit | bae61446cfa6a4b67c0197a6c7535190b80c8a3d (patch) | |
tree | 0adf736d61fa3f379fec96cd67783a6029af264e /tests/get_alias.c | |
parent | b7b62f41399c6bc3ef3f9583dbc35cbd0a28101f (diff) |
Notes
Diffstat (limited to 'tests/get_alias.c')
-rw-r--r-- | tests/get_alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/get_alias.c b/tests/get_alias.c index 8eeaee4a9bd2..1e0faf474fe7 100644 --- a/tests/get_alias.c +++ b/tests/get_alias.c @@ -29,7 +29,7 @@ #include "tests.h" #include "testdata.h" -void check_alias(void *fdt, const char *path, const char *alias) +static void check_alias(void *fdt, const char *path, const char *alias) { const char *aliaspath; |