Whamcloud - gitweb
LU-15522 util: make readline() static 65/46465/2
authorJohn L. Hammond <jhammond@whamcloud.com>
Sun, 6 Feb 2022 17:45:02 +0000 (11:45 -0600)
committerOleg Drokin <green@whamcloud.com>
Sat, 11 Jun 2022 05:34:36 +0000 (05:34 +0000)
commit739b098793c6f86929005f63eba422ebd250e38f
tree7bebf594ae36ff6f5de9b5bc131e382faa28c51f
parentf06807d409c82dd85c208c79c8072402e77f9bac
LU-15522 util: make readline() static

In libcfs/libcfs/util/parser.c make readline() static to avoid
conflicting with the real readline().

Test-Parameters: trivial
Signed-off-by: John L. Hammond <jhammond@whamcloud.com>
Change-Id: I4b90fd5d22c9fd5d193f5d18588afd3d97ca591c
Reviewed-on: https://review.whamcloud.com/46465
Tested-by: jenkins <devops@whamcloud.com>
Tested-by: Maloo <maloo@whamcloud.com>
Reviewed-by: Jian Yu <yujian@whamcloud.com>
Reviewed-by: Mike Pershin <mpershin@whamcloud.com>
Reviewed-by: Oleg Drokin <green@whamcloud.com>
libcfs/include/libcfs/util/parser.h
libcfs/libcfs/util/parser.c