From a1fb6a6103cc7d38d54270bcdb9779982d329c9e Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 16 Oct 2024 21:55:42 -0600 Subject: Be stricter with filenames --- cmd/srv9p/gnet.c | 2 +- cmd/srv9p/gnet.h | 2 +- cmd/srv9p/static.h.gen | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'cmd/srv9p') diff --git a/cmd/srv9p/gnet.c b/cmd/srv9p/gnet.c index 2bed355..92e74c7 100644 --- a/cmd/srv9p/gnet.c +++ b/cmd/srv9p/gnet.c @@ -1,4 +1,4 @@ -/* gnet.c - libnet implementation for libcr + GNU libc +/* srv9p/gnet.c - libnet implementation for libcr + GNU libc * * Copyright (C) 2024 Luke T. Shumaker * SPDX-Licence-Identifier: AGPL-3.0-or-later diff --git a/cmd/srv9p/gnet.h b/cmd/srv9p/gnet.h index 341ccd2..d43874f 100644 --- a/cmd/srv9p/gnet.h +++ b/cmd/srv9p/gnet.h @@ -1,4 +1,4 @@ -/* gnet.h - libnet implementation for libcr + GNU libc +/* srv9p/gnet.h - libnet implementation for libcr + GNU libc * * Copyright (C) 2024 Luke T. Shumaker * SPDX-Licence-Identifier: AGPL-3.0-or-later 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 # SPDX-Licence-Identifier: AGPL-3.0-or-later -- cgit v1.2.3-2-g168b