diff options
Diffstat (limited to 'cmd/srv9p')
-rw-r--r-- | cmd/srv9p/gnet.c | 2 | ||||
-rw-r--r-- | cmd/srv9p/gnet.h | 2 | ||||
-rwxr-xr-x | cmd/srv9p/static.h.gen | 2 |
3 files changed, 3 insertions, 3 deletions
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 <lukeshu@lukeshu.com> * 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 <lukeshu@lukeshu.com> * 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 <lukeshu@lukeshu.com> # SPDX-Licence-Identifier: AGPL-3.0-or-later |