diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-16 21:55:42 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-16 21:55:42 -0600 |
commit | a1fb6a6103cc7d38d54270bcdb9779982d329c9e (patch) | |
tree | bd4084c026bcd5954b090ffb6aa4b27aaeaf606a /cmd/srv9p/static.h.gen | |
parent | 3cd39827ec2d2aa8d69762de8fbf72322ca85038 (diff) |
Be stricter with filenames
Diffstat (limited to 'cmd/srv9p/static.h.gen')
-rwxr-xr-x | cmd/srv9p/static.h.gen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/srv9p/static.h.gen b/cmd/srv9p/static.h.gen index bb27e55..a048bd6 100755 --- a/cmd/srv9p/static.h.gen +++ b/cmd/srv9p/static.h.gen @@ -1,5 +1,5 @@ #!/bin/sh -# static.h.gen - Generate C definitions for GNU `ld -r -b binary` files +# srv9p/static.h.gen - Generate C definitions for GNU `ld -r -b binary` files # # Copyright (C) 2024 Luke T. Shumaker <lukeshu@lukeshu.com> # SPDX-Licence-Identifier: AGPL-3.0-or-later |