diff options
author | izxl007 <zeng.zheng@zte.com.cn> | 2025-06-19 01:04:33 +0800 |
---|---|---|
committer | Bernd Schubert <bernd@bsbernd.com> | 2025-06-18 22:17:54 +0200 |
commit | 43e36ffed84f73528b67ca1835760bf5895c9d60 (patch) | |
tree | a485c7b1d596b270a7a66828ba6cc7598b7fd072 | |
parent | 1caf8162d5b08bd32cc311c001c277067bd572c0 (diff) | |
download | libfuse-43e36ffed84f73528b67ca1835760bf5895c9d60.tar.gz |
example/ioctl_client: Delete the redundant comment
Signed-off-by: izxl007 <zeng.zheng@zte.com.cn>
-rw-r--r-- | example/ioctl_client.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/example/ioctl_client.c b/example/ioctl_client.c index 019d030..2d7ac0e 100644 --- a/example/ioctl_client.c +++ b/example/ioctl_client.c @@ -3,8 +3,6 @@ Copyright (C) 2008 SUSE Linux Products GmbH Copyright (C) 2008 Tejun Heo <teheo@suse.de> - This program tests the ioctl.c example file systsem. - This program can be distributed under the terms of the GNU GPLv2. See the file COPYING. */ |